Html Css Color HEX #F066B9 Hot Pink

📋 copy color: '#F066B9'

red 240 ◦ green 102 ◦ blue 185

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

Shades of Hot Pink #F066B9

Tints of Hot Pink #F066B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.1%

R = 45.54%
G = 19.35%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F066B9 (or 0xF066B9) is known color: Hot Pink. HEX triplet: F0, 66 and B9. RGB value is (240,102,185). Sum of RGB (Red+Green+Blue) = 240+102+185=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F066B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066B9 is #0F9946. Grayscale: #989898. Windows color (decimal): -1022279 or 12150512. OLE color: 12150512.

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

Color convert

RGB 240 102 185 -
CMYK 0 0.58 0.23 0.06
HSL 323.91º 0.82% 0.67% -
HSV(B) 323.91º 0.58% 0.94% -
XYZ 49.44 31.53 49.38 -
YUV 152.72 146.22 190.25 -
System Red Green Blue C M Y K H S L
Decimal 240 102 185 0 0.58 0.23 0.06 323.91 0.82 0.67
Hex F0 66 B9 0 3A 17 6 144 52 43
Octal 360 146 271 0 72 27 6 504 122 103
Binary 11110000 1100110 10111001 0 111010 10111 110 101000100 1010010 1000011

Color Harmonies of #F066B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066B9

Black with #F066B9

Text Example


Text Example

White with #F066B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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