#F51BD4

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

Shades of Shocking Pink #F51BD4

Tints of Shocking Pink #F51BD4

Color information

#F51BD4 (or 0xF51BD4) is unknown color: approx Shocking Pink. HEX triplet: F5, 1B and D4. RGB value is (245,27,212). Sum of RGB (Red+Green+Blue) = 245+27+212=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 27 (10.94% from 255 or 5.58% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F51BD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51BD4 is #0AE42B. Grayscale: #707070. Windows color (decimal): -713772 or 13900789. OLE color: 13900789.

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

Color convert

RGB24527212-
CMYK00.890.130.04
HSL309.08º91.6%53.33%-
HSV(B)309.08º88.98%96.08%-
XYZ49.9324.9564.47-
YUV113.27183.72221.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.62%
GREEN value IS 27 (10.94% from 255) = 5.58%
BLUE value IS 212 (83.20% from 255) = 43.80%
R=50.62%
G=5.58%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452721200.890.130.04309.0891.653.33
HexF51BD4059D41355c35
Octal36533324013115446513465
Binary1111010111011110101000101100111011001001101011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51BD4; }

 p { color: rgb(245,27,212); }

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

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

 a { background-color: rgb(245,27,212); }

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

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

 span { border-color: rgb(245,27,212); }

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