#F317CE

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

Shades of Shocking Pink #F317CE

Tints of Shocking Pink #F317CE

Color information

#F317CE (or 0xF317CE) is unknown color: approx Shocking Pink. HEX triplet: F3, 17 and CE. RGB value is (243,23,206). Sum of RGB (Red+Green+Blue) = 243+23+206=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 23 (9.38% from 255 or 4.87% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F317CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F317CE is #0CE831. Grayscale: #6D6D6D. Windows color (decimal): -845874 or 13506547. OLE color: 13506547.

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

Color convert

RGB24323206-
CMYK00.910.150.05
HSL310.09º90.16%52.16%-
HSV(B)310.09º90.53%95.29%-
XYZ48.4124.1260.5-
YUV109.64182.39223.12-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.48%
GREEN value IS 23 (9.38% from 255) = 4.87%
BLUE value IS 206 (80.86% from 255) = 43.64%
R=51.48%
G=4.87%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432320600.910.150.05310.0990.1652.16
HexF317CE05BF51365a34
Octal36327316013317546613264
Binary1111001110111110011100101101111111011001101101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F317CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F317CE; }

 p { color: rgb(243,23,206); }

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

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

 a { background-color: rgb(243,23,206); }

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

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

 span { border-color: rgb(243,23,206); }

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