Html Css Color HEX #F06DA8 Hot Pink

📋 copy color: '#F06DA8'

red 240 ◦ green 109 ◦ blue 168

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

Shades of Hot Pink #F06DA8

Tints of Hot Pink #F06DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.5%

R = 46.42%
G = 21.08%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F06DA8 (or 0xF06DA8) is known color: Hot Pink. HEX triplet: F0, 6D and A8. RGB value is (240,109,168). Sum of RGB (Red+Green+Blue) = 240+109+168=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06DA8 is #0F9257. Grayscale: #9A9A9A. Windows color (decimal): -1020504 or 11038192. OLE color: 11038192.

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

Color convert

RGB 240 109 168 -
CMYK 0 0.55 0.3 0.06
HSL 332.98º 0.81% 0.68% -
HSV(B) 332.98º 0.55% 0.94% -
XYZ 48.47 32.29 40.72 -
YUV 154.9 135.4 188.7 -
System Red Green Blue C M Y K H S L
Decimal 240 109 168 0 0.55 0.3 0.06 332.98 0.81 0.68
Hex F0 6D A8 0 37 1E 6 14D 51 44
Octal 360 155 250 0 67 36 6 515 121 104
Binary 11110000 1101101 10101000 0 110111 11110 110 101001101 1010001 1000100

Color Harmonies of #F06DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06DA8

Black with #F06DA8

Text Example


Text Example

White with #F06DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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