#F954BF

Color #F954BF Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #F954BF

Tints of Hot Pink #F954BF

Color information

#F954BF (or 0xF954BF) is unknown color: approx Hot Pink. HEX triplet: F9, 54 and BF. RGB value is (249,84,191). Sum of RGB (Red+Green+Blue) = 249+84+191=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 84 (33.20% from 255 or 16.03% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F954BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F954BF is #06AB40. Grayscale: #919191. Windows color (decimal): -437057 or 12539129. OLE color: 12539129.

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

Color convert

RGB24984191-
CMYK00.660.230.02
HSL321.09º93.22%65.29%-
HSV(B)321.09º66.27%97.65%-
XYZ51.6430.2452.41-
YUV145.53153.66201.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.52%
GREEN value IS 84 (33.20% from 255) = 16.03%
BLUE value IS 191 (75% from 255) = 36.45%
R=47.52%
G=16.03%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498419100.660.230.02321.0993.2265.29
HexF954BF0421721415d41
Octal3711242770102272501135101
Binary1111100110101001011111101000010101111010100000110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F954BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F954BF; }

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

 H1.HeaderClassName
 {
   color: #F954BF;
 }
 .AnyTagClassName
 {
   color: #F954BF;
 }
</style>
background-color css

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

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

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

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

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

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