Html Css Color HEX #F06FAF Hot Pink

📋 copy color: '#F06FAF'

red 240 ◦ green 111 ◦ blue 175

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

Shades of Hot Pink #F06FAF

Tints of Hot Pink #F06FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.27%

R = 45.63%
G = 21.1%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F06FAF (or 0xF06FAF) is known color: Hot Pink. HEX triplet: F0, 6F and AF. RGB value is (240,111,175). Sum of RGB (Red+Green+Blue) = 240+111+175=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06FAF is #0F9050. Grayscale: #9C9C9C. Windows color (decimal): -1019985 or 11497456. OLE color: 11497456.

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

Color convert

RGB 240 111 175 -
CMYK 0 0.54 0.27 0.06
HSL 330.23º 0.81% 0.69% -
HSV(B) 330.23º 0.54% 0.94% -
XYZ 49.36 32.99 44.32 -
YUV 156.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 240 111 175 0 0.54 0.27 0.06 330.23 0.81 0.69
Hex F0 6F AF 0 36 1B 6 14A 51 45
Octal 360 157 257 0 66 33 6 512 121 105
Binary 11110000 1101111 10101111 0 110110 11011 110 101001010 1010001 1000101

Color Harmonies of #F06FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06FAF

Black with #F06FAF

Text Example


Text Example

White with #F06FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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