Html Css Color HEX #F051BE Hot Pink

📋 copy color: '#F051BE'

red 240 ◦ green 81 ◦ blue 190

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

Shades of Hot Pink #F051BE

Tints of Hot Pink #F051BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.18%

R = 46.97%
G = 15.85%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F051BE (or 0xF051BE) is known color: Hot Pink. HEX triplet: F0, 51 and BE. RGB value is (240,81,190). Sum of RGB (Red+Green+Blue) = 240+81+190=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 81 (32.03% from 255 or 15.85% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F051BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F051BE is #0FAE41. Grayscale: #8C8C8C. Windows color (decimal): -1027650 or 12472816. OLE color: 12472816.

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

Color convert

RGB 240 81 190 -
CMYK 0 0.66 0.21 0.06
HSL 318.87º 0.84% 0.63% -
HSV(B) 318.87º 0.66% 0.94% -
XYZ 48.17 28.13 51.61 -
YUV 140.97 155.68 198.64 -
System Red Green Blue C M Y K H S L
Decimal 240 81 190 0 0.66 0.21 0.06 318.87 0.84 0.63
Hex F0 51 BE 0 42 15 6 13F 54 3F
Octal 360 121 276 0 102 25 6 477 124 77
Binary 11110000 1010001 10111110 0 1000010 10101 110 100111111 1010100 111111

Color Harmonies of #F051BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F051BE

Black with #F051BE

Text Example


Text Example

White with #F051BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F051BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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