Html Css Color HEX #F951BA Hot Pink

📋 copy color: '#F951BA'

red 249 ◦ green 81 ◦ blue 186

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

Shades of Hot Pink #F951BA

Tints of Hot Pink #F951BA

RGB

 RED value IS 249 (97.66% from 255) = 48.26%

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

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

R = 48.26%
G = 15.7%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F951BA (or 0xF951BA) is known color: Hot Pink. HEX triplet: F9, 51 and BA. RGB value is (249,81,186). Sum of RGB (Red+Green+Blue) = 249+81+186=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 81 (32.03% from 255 or 15.70% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F951BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F951BA is #06AE45. Grayscale: #8E8E8E. Windows color (decimal): -437830 or 12210681. OLE color: 12210681.

HSL color Cylindrical-coordinate representation of color #F951BA: hue angle of 322.5º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F951BA is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 81 186 -
CMYK 0 0.67 0.25 0.02
HSL 322.5º 0.93% 0.65% -
HSV(B) 322.5º 0.67% 0.98% -
XYZ 50.87 29.57 49.48 -
YUV 143.2 152.16 203.46 -
System Red Green Blue C M Y K H S L
Decimal 249 81 186 0 0.67 0.25 0.02 322.5 0.93 0.65
Hex F9 51 BA 0 43 19 2 142 5D 41
Octal 371 121 272 0 103 31 2 502 135 101
Binary 11111001 1010001 10111010 0 1000011 11001 10 101000010 1011101 1000001

Color Harmonies of #F951BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F951BA

Black with #F951BA

Text Example


Text Example

White with #F951BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F951BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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