Html Css Color HEX #F051BA Hot Pink

📋 copy color: '#F051BA'

red 240 ◦ green 81 ◦ blue 186

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

Shades of Hot Pink #F051BA

Tints of Hot Pink #F051BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.69%

R = 47.34%
G = 15.98%
B = 36.69%

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

#F051BA (or 0xF051BA) is known color: Hot Pink. HEX triplet: F0, 51 and BA. RGB value is (240,81,186). Sum of RGB (Red+Green+Blue) = 240+81+186=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 81 (32.03% from 255 or 15.98% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F051BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F051BA is #0FAE45. Grayscale: #8C8C8C. Windows color (decimal): -1027654 or 12210672. OLE color: 12210672.

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

Color convert

RGB 240 81 186 -
CMYK 0 0.66 0.22 0.06
HSL 320.38º 0.84% 0.63% -
HSV(B) 320.38º 0.66% 0.94% -
XYZ 47.74 27.96 49.33 -
YUV 140.51 153.68 198.96 -
System Red Green Blue C M Y K H S L
Decimal 240 81 186 0 0.66 0.22 0.06 320.38 0.84 0.63
Hex F0 51 BA 0 42 16 6 140 54 3F
Octal 360 121 272 0 102 26 6 500 124 77
Binary 11110000 1010001 10111010 0 1000010 10110 110 101000000 1010100 111111

Color Harmonies of #F051BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F051BA

Black with #F051BA

Text Example


Text Example

White with #F051BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F051BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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