Html Css Color HEX #F051BB Hot Pink

📋 copy color: '#F051BB'

red 240 ◦ green 81 ◦ blue 187

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

Shades of Hot Pink #F051BB

Tints of Hot Pink #F051BB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.94%

 BLUE value IS 187 (73.44% from 255) = 36.81%

R = 47.24%
G = 15.94%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F051BB (or 0xF051BB) is known color: Hot Pink. HEX triplet: F0, 51 and BB. RGB value is (240,81,187). Sum of RGB (Red+Green+Blue) = 240+81+187=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 81 (32.03% from 255 or 15.94% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F051BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F051BB is #0FAE44. Grayscale: #8C8C8C. Windows color (decimal): -1027653 or 12276208. OLE color: 12276208.

HSL color Cylindrical-coordinate representation of color #F051BB: hue angle of 320º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F051BB is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 81 187 -
CMYK 0 0.66 0.22 0.06
HSL 320º 0.84% 0.63% -
HSV(B) 320º 0.66% 0.94% -
XYZ 47.85 28 49.9 -
YUV 140.63 154.18 198.88 -
System Red Green Blue C M Y K H S L
Decimal 240 81 187 0 0.66 0.22 0.06 320 0.84 0.63
Hex F0 51 BB 0 42 16 6 140 54 3F
Octal 360 121 273 0 102 26 6 500 124 77
Binary 11110000 1010001 10111011 0 1000010 10110 110 101000000 1010100 111111

Color Harmonies of #F051BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F051BB

Black with #F051BB

Text Example


Text Example

White with #F051BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F051BB; }

 p { color: rgb(240,81,187); }

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

background-color css

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

 a { background-color: rgb(240,81,187); }

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

border-color css

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

 span { border-color: rgb(240,81,187); }

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