Html Css Color HEX #F951BF Hot Pink

📋 copy color: '#F951BF'

red 249 ◦ green 81 ◦ blue 191

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

Shades of Hot Pink #F951BF

Tints of Hot Pink #F951BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.66%

R = 47.79%
G = 15.55%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F951BF (or 0xF951BF) is known color: Hot Pink. HEX triplet: F9, 51 and BF. RGB value is (249,81,191). Sum of RGB (Red+Green+Blue) = 249+81+191=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 81 (32.03% from 255 or 15.55% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F951BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F951BF is #06AE40. Grayscale: #8F8F8F. Windows color (decimal): -437825 or 12538361. OLE color: 12538361.

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

Color convert

RGB 249 81 191 -
CMYK 0 0.67 0.23 0.02
HSL 320.71º 0.93% 0.65% -
HSV(B) 320.71º 0.67% 0.98% -
XYZ 51.41 29.79 52.33 -
YUV 143.77 154.66 203.06 -
System Red Green Blue C M Y K H S L
Decimal 249 81 191 0 0.67 0.23 0.02 320.71 0.93 0.65
Hex F9 51 BF 0 43 17 2 141 5D 41
Octal 371 121 277 0 103 27 2 501 135 101
Binary 11111001 1010001 10111111 0 1000011 10111 10 101000001 1011101 1000001

Color Harmonies of #F951BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F951BF

Black with #F951BF

Text Example


Text Example

White with #F951BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F951BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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