Html Css Color HEX #F066BC Hot Pink

📋 copy color: '#F066BC'

red 240 ◦ green 102 ◦ blue 188

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

Shades of Hot Pink #F066BC

Tints of Hot Pink #F066BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.47%

R = 45.28%
G = 19.25%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F066BC (or 0xF066BC) is known color: Hot Pink. HEX triplet: F0, 66 and BC. RGB value is (240,102,188). Sum of RGB (Red+Green+Blue) = 240+102+188=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F066BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066BC is #0F9943. Grayscale: #989898. Windows color (decimal): -1022276 or 12347120. OLE color: 12347120.

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

Color convert

RGB 240 102 188 -
CMYK 0 0.58 0.22 0.06
HSL 322.61º 0.82% 0.67% -
HSV(B) 322.61º 0.58% 0.94% -
XYZ 49.76 31.66 51.06 -
YUV 153.07 147.72 190.01 -
System Red Green Blue C M Y K H S L
Decimal 240 102 188 0 0.58 0.22 0.06 322.61 0.82 0.67
Hex F0 66 BC 0 3A 16 6 143 52 43
Octal 360 146 274 0 72 26 6 503 122 103
Binary 11110000 1100110 10111100 0 111010 10110 110 101000011 1010010 1000011

Color Harmonies of #F066BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066BC

Black with #F066BC

Text Example


Text Example

White with #F066BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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