Html Css Color HEX #F06DAF Hot Pink

📋 copy color: '#F06DAF'

red 240 ◦ green 109 ◦ blue 175

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

Shades of Hot Pink #F06DAF

Tints of Hot Pink #F06DAF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.8%

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

R = 45.8%
G = 20.8%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F06DAF (or 0xF06DAF) is known color: Hot Pink. HEX triplet: F0, 6D and AF. RGB value is (240,109,175). Sum of RGB (Red+Green+Blue) = 240+109+175=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06DAF is #0F9250. Grayscale: #9B9B9B. Windows color (decimal): -1020497 or 11496944. OLE color: 11496944.

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

Color convert

RGB 240 109 175 -
CMYK 0 0.55 0.27 0.06
HSL 329.77º 0.81% 0.68% -
HSV(B) 329.77º 0.55% 0.94% -
XYZ 49.14 32.56 44.25 -
YUV 155.69 138.9 188.13 -
System Red Green Blue C M Y K H S L
Decimal 240 109 175 0 0.55 0.27 0.06 329.77 0.81 0.68
Hex F0 6D AF 0 37 1B 6 14A 51 44
Octal 360 155 257 0 67 33 6 512 121 104
Binary 11110000 1101101 10101111 0 110111 11011 110 101001010 1010001 1000100

Color Harmonies of #F06DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06DAF

Black with #F06DAF

Text Example


Text Example

White with #F06DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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