Html Css Color HEX #F06EAA Hot Pink

📋 copy color: '#F06EAA'

red 240 ◦ green 110 ◦ blue 170

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

Shades of Hot Pink #F06EAA

Tints of Hot Pink #F06EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.69%

R = 46.15%
G = 21.15%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F06EAA (or 0xF06EAA) is known color: Hot Pink. HEX triplet: F0, 6E and AA. RGB value is (240,110,170). Sum of RGB (Red+Green+Blue) = 240+110+170=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F06EAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06EAA is #0F9155. Grayscale: #9B9B9B. Windows color (decimal): -1020246 or 11169520. OLE color: 11169520.

HSL color Cylindrical-coordinate representation of color #F06EAA: hue angle of 332.31º 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 #F06EAA is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 110 170 -
CMYK 0 0.54 0.29 0.06
HSL 332.31º 0.81% 0.69% -
HSV(B) 332.31º 0.54% 0.94% -
XYZ 48.77 32.58 41.75 -
YUV 155.71 136.07 188.12 -
System Red Green Blue C M Y K H S L
Decimal 240 110 170 0 0.54 0.29 0.06 332.31 0.81 0.69
Hex F0 6E AA 0 36 1D 6 14C 51 45
Octal 360 156 252 0 66 35 6 514 121 105
Binary 11110000 1101110 10101010 0 110110 11101 110 101001100 1010001 1000101

Color Harmonies of #F06EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06EAA

Black with #F06EAA

Text Example


Text Example

White with #F06EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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