#F94FBF

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

Shades of Hot Pink #F94FBF

Tints of Hot Pink #F94FBF

Color information

#F94FBF (or 0xF94FBF) is unknown color: approx Hot Pink. HEX triplet: F9, 4F and BF. RGB value is (249,79,191). Sum of RGB (Red+Green+Blue) = 249+79+191=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 79 (31.25% from 255 or 15.22% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F94FBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94FBF is #06B040. Grayscale: #8E8E8E. Windows color (decimal): -438337 or 12537849. OLE color: 12537849.

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

Color convert

RGB24979191-
CMYK00.680.230.02
HSL320.47º93.41%64.31%-
HSV(B)320.47º68.27%97.65%-
XYZ51.2729.4952.28-
YUV142.6155.32203.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.98%
GREEN value IS 79 (31.25% from 255) = 15.22%
BLUE value IS 191 (75% from 255) = 36.80%
R=47.98%
G=15.22%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497919100.680.230.02320.4793.4164.31
HexF94FBF0441721405d40
Octal3711172770104272500135100
Binary1111100110011111011111101000100101111010100000010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94FBF; }

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

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

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

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

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

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

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

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