#F468B2

Color #F468B2 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #F468B2

Tints of Hot Pink #F468B2

Color information

#F468B2 (or 0xF468B2) is unknown color: approx Hot Pink. HEX triplet: F4, 68 and B2. RGB value is (244,104,178). Sum of RGB (Red+Green+Blue) = 244+104+178=526 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.39% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 244 - color contains mainly: red. Hex color #F468B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F468B2 is #0B974D. Grayscale: #9A9A9A. Windows color (decimal): -759630 or 11692276. OLE color: 11692276.

HSL color Cylindrical-coordinate representation of color #F468B2: hue angle of 328.29º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F468B2 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB244104178-
CMYK00.570.270.04
HSL328.29º86.42%68.24%-
HSV(B)328.29º57.38%95.69%-
XYZ50.2932.3545.71-
YUV154.3141.38191.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 244 (95.70% from 255) = 46.39%
GREEN value IS 104 (41.02% from 255) = 19.77%
BLUE value IS 178 (69.92% from 255) = 33.84%
R=46.39%
G=19.77%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410417800.570.270.04328.2986.4268.24
HexF468B20391B41485644
Octal364150262071334510126104
Binary1111010011010001011001001110011101110010100100010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F468B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F468B2; }

 p { color: rgb(244,104,178); }

 H1.HeaderClassName
 {
   color: #F468B2;
 }
 .AnyTagClassName
 {
   color: #F468B2;
 }
</style>
background-color css

<style>
 a { background-color: #F468B2; }

 a { background-color: rgb(244,104,178); }

 div.DivClassName
 {
   background-color: #F468B2;
 }
 .BgClassName
 {
   background-color: #F468B2;
 }
</style>
border-color css

<style>
 span { border-color: #F468B2; }

 span { border-color: rgb(244,104,178); }

 td.TdClassName
 {
   border-color: #F468B2;
 }
 .TagClassName
 {
   border-color: #F468B2;
 }
</style>