Html Css Color HEX #F051B9 Hot Pink

📋 copy color: '#F051B9'

red 240 ◦ green 81 ◦ blue 185

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

Shades of Hot Pink #F051B9

Tints of Hot Pink #F051B9

RGB

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

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

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

R = 47.43%
G = 16.01%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F051B9 (or 0xF051B9) is known color: Hot Pink. HEX triplet: F0, 51 and B9. RGB value is (240,81,185). Sum of RGB (Red+Green+Blue) = 240+81+185=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F051B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F051B9 is #0FAE46. Grayscale: #8C8C8C. Windows color (decimal): -1027655 or 12145136. OLE color: 12145136.

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

Color convert

RGB 240 81 185 -
CMYK 0 0.66 0.23 0.06
HSL 320.75º 0.84% 0.63% -
HSV(B) 320.75º 0.66% 0.94% -
XYZ 47.63 27.91 48.78 -
YUV 140.4 153.18 199.04 -
System Red Green Blue C M Y K H S L
Decimal 240 81 185 0 0.66 0.23 0.06 320.75 0.84 0.63
Hex F0 51 B9 0 42 17 6 141 54 3F
Octal 360 121 271 0 102 27 6 501 124 77
Binary 11110000 1010001 10111001 0 1000010 10111 110 101000001 1010100 111111

Color Harmonies of #F051B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F051B9

Black with #F051B9

Text Example


Text Example

White with #F051B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F051B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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