Html Css Color HEX #F066A8 Hot Pink

📋 copy color: '#F066A8'

red 240 ◦ green 102 ◦ blue 168

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

Shades of Hot Pink #F066A8

Tints of Hot Pink #F066A8

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20%

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

R = 47.06%
G = 20%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F066A8 (or 0xF066A8) is known color: Hot Pink. HEX triplet: F0, 66 and A8. RGB value is (240,102,168). Sum of RGB (Red+Green+Blue) = 240+102+168=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F066A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F066A8 is #0F9957. Grayscale: #969696. Windows color (decimal): -1022296 or 11036400. OLE color: 11036400.

HSL color Cylindrical-coordinate representation of color #F066A8: hue angle of 331.3º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F066A8 is Cyan = 0, Magento = 0.58, Yellow = 0.3 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 102 168 -
CMYK 0 0.58 0.3 0.06
HSL 331.3º 0.82% 0.67% -
HSV(B) 331.3º 0.58% 0.94% -
XYZ 47.75 30.86 40.48 -
YUV 150.79 137.72 191.63 -
System Red Green Blue C M Y K H S L
Decimal 240 102 168 0 0.58 0.3 0.06 331.3 0.82 0.67
Hex F0 66 A8 0 3A 1E 6 14B 52 43
Octal 360 146 250 0 72 36 6 513 122 103
Binary 11110000 1100110 10101000 0 111010 11110 110 101001011 1010010 1000011

Color Harmonies of #F066A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066A8

Black with #F066A8

Text Example


Text Example

White with #F066A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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