Html Css Color HEX #F06FAE Hot Pink

📋 copy color: '#F06FAE'

red 240 ◦ green 111 ◦ blue 174

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

Shades of Hot Pink #F06FAE

Tints of Hot Pink #F06FAE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.14%

 BLUE value IS 174 (68.36% from 255) = 33.14%

R = 45.71%
G = 21.14%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F06FAE (or 0xF06FAE) is known color: Hot Pink. HEX triplet: F0, 6F and AE. RGB value is (240,111,174). Sum of RGB (Red+Green+Blue) = 240+111+174=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06FAE is #0F9051. Grayscale: #9C9C9C. Windows color (decimal): -1019986 or 11431920. OLE color: 11431920.

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

Color convert

RGB 240 111 174 -
CMYK 0 0.54 0.28 0.06
HSL 330.7º 0.81% 0.69% -
HSV(B) 330.7º 0.54% 0.94% -
XYZ 49.26 32.95 43.81 -
YUV 156.75 137.74 187.38 -
System Red Green Blue C M Y K H S L
Decimal 240 111 174 0 0.54 0.28 0.06 330.7 0.81 0.69
Hex F0 6F AE 0 36 1C 6 14B 51 45
Octal 360 157 256 0 66 34 6 513 121 105
Binary 11110000 1101111 10101110 0 110110 11100 110 101001011 1010001 1000101

Color Harmonies of #F06FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06FAE

Black with #F06FAE

Text Example


Text Example

White with #F06FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06FAE; }

 p { color: rgb(240,111,174); }

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

background-color css

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

 a { background-color: rgb(240,111,174); }

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

border-color css

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

 span { border-color: rgb(240,111,174); }

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