#F918C5

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

Shades of Shocking Pink #F918C5

Tints of Shocking Pink #F918C5

Color information

#F918C5 (or 0xF918C5) is unknown color: approx Shocking Pink. HEX triplet: F9, 18 and C5. RGB value is (249,24,197). Sum of RGB (Red+Green+Blue) = 249+24+197=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 24 (9.77% from 255 or 5.11% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F918C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F918C5 is #06E73A. Grayscale: #6E6E6E. Windows color (decimal): -452411 or 12916985. OLE color: 12916985.

HSL color Cylindrical-coordinate representation of color #F918C5: hue angle of 313.87º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F918C5 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB24924197-
CMYK00.900.210.02
HSL313.87º94.94%53.53%-
HSV(B)313.87º90.36%97.65%-
XYZ49.4724.8255.01-
YUV111176.54226.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.98%
GREEN value IS 24 (9.77% from 255) = 5.11%
BLUE value IS 197 (77.34% from 255) = 41.91%
R=52.98%
G=5.11%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492419700.900.210.02313.8794.9453.53
HexF918C505A15213a5f36
Octal37130305013225247213766
Binary1111100111000110001010101101010101101001110101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F918C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F918C5; }

 p { color: rgb(249,24,197); }

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

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

 a { background-color: rgb(249,24,197); }

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

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

 span { border-color: rgb(249,24,197); }

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