#F312CA

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

Shades of Shocking Pink #F312CA

Tints of Shocking Pink #F312CA

Color information

#F312CA (or 0xF312CA) is unknown color: approx Shocking Pink. HEX triplet: F3, 12 and CA. RGB value is (243,18,202). Sum of RGB (Red+Green+Blue) = 243+18+202=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 18 (7.42% from 255 or 3.89% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F312CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F312CA is #0CED35. Grayscale: #696969. Windows color (decimal): -847158 or 13243123. OLE color: 13243123.

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

Color convert

RGB24318202-
CMYK00.930.170.05
HSL310.93º90.36%51.18%-
HSV(B)310.93º92.59%95.29%-
XYZ47.8423.7557.94-
YUV106.25182.04225.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.48%
GREEN value IS 18 (7.42% from 255) = 3.89%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=52.48%
G=3.89%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431820200.930.170.05310.9390.3651.18
HexF312CA05D1151375a33
Octal36322312013521546713263
Binary11110011100101100101001011101100011011001101111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F312CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F312CA; }

 p { color: rgb(243,18,202); }

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

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

 a { background-color: rgb(243,18,202); }

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

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

 span { border-color: rgb(243,18,202); }

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