Html Css Color HEX #F06EA4 Hot Pink

📋 copy color: '#F06EA4'

red 240 ◦ green 110 ◦ blue 164

#F06EA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #F06EA4

Tints of Hot Pink #F06EA4

RGB

 RED value IS 240 (94.14% from 255) = 46.69%

 GREEN value IS 110 (43.36% from 255) = 21.4%

 BLUE value IS 164 (64.45% from 255) = 31.91%

R = 46.69%
G = 21.4%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F06EA4 (or 0xF06EA4) is known color: Hot Pink. HEX triplet: F0, 6E and A4. RGB value is (240,110,164). Sum of RGB (Red+Green+Blue) = 240+110+164=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F06EA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06EA4 is #0F915B. Grayscale: #9A9A9A. Windows color (decimal): -1020252 or 10776304. OLE color: 10776304.

HSL color Cylindrical-coordinate representation of color #F06EA4: hue angle of 335.08º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06EA4 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 110 164 -
CMYK 0 0.54 0.32 0.06
HSL 335.08º 0.81% 0.69% -
HSV(B) 335.08º 0.54% 0.94% -
XYZ 48.21 32.36 38.83 -
YUV 155.03 133.07 188.61 -
System Red Green Blue C M Y K H S L
Decimal 240 110 164 0 0.54 0.32 0.06 335.08 0.81 0.69
Hex F0 6E A4 0 36 20 6 14F 51 45
Octal 360 156 244 0 66 40 6 517 121 105
Binary 11110000 1101110 10100100 0 110110 100000 110 101001111 1010001 1000101

Color Harmonies of #F06EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06EA4

Black with #F06EA4

Text Example


Text Example

White with #F06EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06EA4; }

 p { color: rgb(240,110,164); }

 H1.HeaderClassName
 {
   color: #F06EA4;
 }
 .AnyTagClassName
 {
   color: #F06EA4;
 }
</style>

background-color css

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

 a { background-color: rgb(240,110,164); }

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

border-color css

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

 span { border-color: rgb(240,110,164); }

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