#F94FBD

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

Shades of Hot Pink #F94FBD

Tints of Hot Pink #F94FBD

Color information

#F94FBD (or 0xF94FBD) is unknown color: approx Hot Pink. HEX triplet: F9, 4F and BD. RGB value is (249,79,189). Sum of RGB (Red+Green+Blue) = 249+79+189=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 79 (31.25% from 255 or 15.28% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F94FBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94FBD is #06B042. Grayscale: #8E8E8E. Windows color (decimal): -438339 or 12406777. OLE color: 12406777.

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

Color convert

RGB24979189-
CMYK00.680.240.02
HSL321.18º93.41%64.31%-
HSV(B)321.18º68.27%97.65%-
XYZ51.0529.4151.13-
YUV142.37154.32204.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.16%
GREEN value IS 79 (31.25% from 255) = 15.28%
BLUE value IS 189 (74.22% from 255) = 36.56%
R=48.16%
G=15.28%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497918900.680.240.02321.1893.4164.31
HexF94FBD0441821415d40
Octal3711172750104302501135100
Binary1111100110011111011110101000100110001010100000110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94FBD; }

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

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

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

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

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

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

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

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