#F954BC

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

Shades of Hot Pink #F954BC

Tints of Hot Pink #F954BC

Color information

#F954BC (or 0xF954BC) is unknown color: approx Hot Pink. HEX triplet: F9, 54 and BC. RGB value is (249,84,188). Sum of RGB (Red+Green+Blue) = 249+84+188=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F954BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F954BC is #06AB43. Grayscale: #909090. Windows color (decimal): -437060 or 12342521. OLE color: 12342521.

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

Color convert

RGB24984188-
CMYK00.660.240.02
HSL322.18º93.22%65.29%-
HSV(B)322.18º66.27%97.65%-
XYZ51.3130.1150.68-
YUV145.19152.16202.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.79%
GREEN value IS 84 (33.20% from 255) = 16.12%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=47.79%
G=16.12%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498418800.660.240.02322.1893.2265.29
HexF954BC0421821425d41
Octal3711242740102302502135101
Binary1111100110101001011110001000010110001010100001010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F954BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F954BC; }

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

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

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

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

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

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

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

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