#F901B4

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

Shades of Shocking Pink #F901B4

Tints of Shocking Pink #F901B4

Color information

#F901B4 (or 0xF901B4) is unknown color: approx Shocking Pink. HEX triplet: F9, 01 and B4. RGB value is (249,1,180). Sum of RGB (Red+Green+Blue) = 249+1+180=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F901B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F901B4 is #06FE4B. Grayscale: #5F5F5F. Windows color (decimal): -458316 or 11796985. OLE color: 11796985.

HSL color Cylindrical-coordinate representation of color #F901B4: hue angle of 316.69º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F901B4 is Cyan = 0, Magento = 1.00, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB2491180-
CMYK01.000.280.02
HSL316.69º99.2%49.02%-
HSV(B)316.69º99.6%97.65%-
XYZ47.3223.4645.21-
YUV95.56175.66237.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.91%
GREEN value IS 1 (0.78% from 255) = 0.23%
BLUE value IS 180 (70.70% from 255) = 41.86%
R=57.91%
G=0.23%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249118001.000.280.02316.6999.249.02
HexF91B40641C213d6331
Octal3711264014434247514361
Binary111110011101101000110010011100101001111011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F901B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F901B4; }

 p { color: rgb(249,1,180); }

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

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

 a { background-color: rgb(249,1,180); }

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

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

 span { border-color: rgb(249,1,180); }

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