#F51CC9

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

Shades of Shocking Pink #F51CC9

Tints of Shocking Pink #F51CC9

Color information

#F51CC9 (or 0xF51CC9) is unknown color: approx Shocking Pink. HEX triplet: F5, 1C and C9. RGB value is (245,28,201). Sum of RGB (Red+Green+Blue) = 245+28+201=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F51CC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51CC9 is #0AE336. Grayscale: #707070. Windows color (decimal): -713527 or 13180149. OLE color: 13180149.

HSL color Cylindrical-coordinate representation of color #F51CC9: hue angle of 312.17º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51CC9 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB24528201-
CMYK00.890.180.04
HSL312.17º91.56%53.53%-
HSV(B)312.17º88.57%96.08%-
XYZ48.6124.4657.42-
YUV112.6177.89222.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.69%
GREEN value IS 28 (11.33% from 255) = 5.91%
BLUE value IS 201 (78.91% from 255) = 42.41%
R=51.69%
G=5.91%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452820100.890.180.04312.1791.5653.53
HexF51CC90591241385c36
Octal36534311013122447013466
Binary11110101111001100100101011001100101001001110001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51CC9; }

 p { color: rgb(245,28,201); }

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

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

 a { background-color: rgb(245,28,201); }

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

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

 span { border-color: rgb(245,28,201); }

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