#F915D2

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

Shades of Shocking Pink #F915D2

Tints of Shocking Pink #F915D2

Color information

#F915D2 (or 0xF915D2) is unknown color: approx Shocking Pink. HEX triplet: F9, 15 and D2. RGB value is (249,21,210). Sum of RGB (Red+Green+Blue) = 249+21+210=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 21 (8.59% from 255 or 4.38% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F915D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F915D2 is #06EA2D. Grayscale: #6E6E6E. Windows color (decimal): -453166 or 13768185. OLE color: 13768185.

HSL color Cylindrical-coordinate representation of color #F915D2: hue angle of 310.26º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F915D2 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB24921210-
CMYK00.920.160.02
HSL310.26º95%52.94%-
HSV(B)310.26º91.57%97.65%-
XYZ50.9725.3363.18-
YUV110.72184.04226.63-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.88%
GREEN value IS 21 (8.59% from 255) = 4.38%
BLUE value IS 210 (82.42% from 255) = 43.75%
R=51.88%
G=4.38%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492121000.920.160.02310.269552.94
HexF915D205C1021365f35
Octal37125322013420246613765
Binary1111100110101110100100101110010000101001101101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F915D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F915D2; }

 p { color: rgb(249,21,210); }

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

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

 a { background-color: rgb(249,21,210); }

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

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

 span { border-color: rgb(249,21,210); }

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