Html Css Color HEX #F066B6 Hot Pink

📋 copy color: '#F066B6'

red 240 ◦ green 102 ◦ blue 182

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

Shades of Hot Pink #F066B6

Tints of Hot Pink #F066B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.73%

R = 45.8%
G = 19.47%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#F066B6 (or 0xF066B6) is known color: Hot Pink. HEX triplet: F0, 66 and B6. RGB value is (240,102,182). Sum of RGB (Red+Green+Blue) = 240+102+182=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F066B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066B6 is #0F9949. Grayscale: #989898. Windows color (decimal): -1022282 or 11953904. OLE color: 11953904.

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

Color convert

RGB 240 102 182 -
CMYK 0 0.58 0.24 0.06
HSL 325.22º 0.82% 0.67% -
HSV(B) 325.22º 0.58% 0.94% -
XYZ 49.13 31.41 47.73 -
YUV 152.38 144.72 190.5 -
System Red Green Blue C M Y K H S L
Decimal 240 102 182 0 0.58 0.24 0.06 325.22 0.82 0.67
Hex F0 66 B6 0 3A 18 6 145 52 43
Octal 360 146 266 0 72 30 6 505 122 103
Binary 11110000 1100110 10110110 0 111010 11000 110 101000101 1010010 1000011

Color Harmonies of #F066B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066B6

Black with #F066B6

Text Example


Text Example

White with #F066B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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