#F814B5

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

Shades of Shocking Pink #F814B5

Tints of Shocking Pink #F814B5

Color information

#F814B5 (or 0xF814B5) is unknown color: approx Shocking Pink. HEX triplet: F8, 14 and B5. RGB value is (248,20,181). Sum of RGB (Red+Green+Blue) = 248+20+181=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 20 (8.20% from 255 or 4.45% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F814B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F814B5 is #07EB4A. Grayscale: #6A6A6A. Windows color (decimal): -518987 or 11867384. OLE color: 11867384.

HSL color Cylindrical-coordinate representation of color #F814B5: hue angle of 317.63º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F814B5 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB24820181-
CMYK00.920.270.03
HSL317.63º94.21%52.55%-
HSV(B)317.63º91.94%97.25%-
XYZ47.323.7945.82-
YUV106.53170.04228.91-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.23%
GREEN value IS 20 (8.20% from 255) = 4.45%
BLUE value IS 181 (71.09% from 255) = 40.31%
R=55.23%
G=4.45%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482018100.920.270.03317.6394.2152.55
HexF814B505C1B313e5e35
Octal37024265013433347613665
Binary1111100010100101101010101110011011111001111101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F814B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F814B5; }

 p { color: rgb(248,20,181); }

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

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

 a { background-color: rgb(248,20,181); }

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

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

 span { border-color: rgb(248,20,181); }

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