#F31BD9

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

Shades of Shocking Pink #F31BD9

Tints of Shocking Pink #F31BD9

Color information

#F31BD9 (or 0xF31BD9) is unknown color: approx Shocking Pink. HEX triplet: F3, 1B and D9. RGB value is (243,27,217). Sum of RGB (Red+Green+Blue) = 243+27+217=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 27 (10.94% from 255 or 5.54% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F31BD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31BD9 is #0CE426. Grayscale: #707070. Windows color (decimal): -844839 or 14228467. OLE color: 14228467.

HSL color Cylindrical-coordinate representation of color #F31BD9: hue angle of 307.22º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31BD9 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB24327217-
CMYK00.890.110.05
HSL307.22º90%52.94%-
HSV(B)307.22º88.89%95.29%-
XYZ49.8824.8567.81-
YUV113.24186.56220.55-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.90%
GREEN value IS 27 (10.94% from 255) = 5.54%
BLUE value IS 217 (85.16% from 255) = 44.56%
R=49.90%
G=5.54%
B=44.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432721700.890.110.05307.229052.94
HexF31BD9059B51335a35
Octal36333331013113546313265
Binary1111001111011110110010101100110111011001100111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31BD9; }

 p { color: rgb(243,27,217); }

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

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

 a { background-color: rgb(243,27,217); }

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

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

 span { border-color: rgb(243,27,217); }

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