Html Css Color HEX #F066A6 Hot Pink

📋 copy color: '#F066A6'

red 240 ◦ green 102 ◦ blue 166

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

Shades of Hot Pink #F066A6

Tints of Hot Pink #F066A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.68%

R = 47.24%
G = 20.08%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F066A6 (or 0xF066A6) is known color: Hot Pink. HEX triplet: F0, 66 and A6. RGB value is (240,102,166). Sum of RGB (Red+Green+Blue) = 240+102+166=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F066A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F066A6 is #0F9959. Grayscale: #969696. Windows color (decimal): -1022298 or 10905328. OLE color: 10905328.

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

Color convert

RGB 240 102 166 -
CMYK 0 0.58 0.31 0.06
HSL 332.17º 0.82% 0.67% -
HSV(B) 332.17º 0.58% 0.94% -
XYZ 47.57 30.78 39.51 -
YUV 150.56 136.72 191.8 -
System Red Green Blue C M Y K H S L
Decimal 240 102 166 0 0.58 0.31 0.06 332.17 0.82 0.67
Hex F0 66 A6 0 3A 1F 6 14C 52 43
Octal 360 146 246 0 72 37 6 514 122 103
Binary 11110000 1100110 10100110 0 111010 11111 110 101001100 1010010 1000011

Color Harmonies of #F066A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066A6

Black with #F066A6

Text Example


Text Example

White with #F066A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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