#F918C4

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

Shades of Shocking Pink #F918C4

Tints of Shocking Pink #F918C4

Color information

#F918C4 (or 0xF918C4) is unknown color: approx Shocking Pink. HEX triplet: F9, 18 and C4. RGB value is (249,24,196). Sum of RGB (Red+Green+Blue) = 249+24+196=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 24 (9.77% from 255 or 5.12% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F918C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F918C4 is #06E73B. Grayscale: #6E6E6E. Windows color (decimal): -452412 or 12851449. OLE color: 12851449.

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

Color convert

RGB24924196-
CMYK00.900.210.02
HSL314.13º94.94%53.53%-
HSV(B)314.13º90.36%97.65%-
XYZ49.3624.7854.41-
YUV110.88176.04226.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.09%
GREEN value IS 24 (9.77% from 255) = 5.12%
BLUE value IS 196 (76.95% from 255) = 41.79%
R=53.09%
G=5.12%
B=41.79%

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
Decimal2492419600.900.210.02314.1394.9453.53
HexF918C405A15213a5f36
Octal37130304013225247213766
Binary1111100111000110001000101101010101101001110101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F918C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F918C4; }

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

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

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

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

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

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

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

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