#F397CD

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

Shades of Shocking #F397CD

Tints of Shocking #F397CD

Color information

#F397CD (or 0xF397CD) is unknown color: approx Shocking. HEX triplet: F3, 97 and CD. RGB value is (243,151,205). Sum of RGB (Red+Green+Blue) = 243+151+205=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 151 (59.38% from 255 or 25.21% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 243 - color contains mainly: red. Hex color #F397CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F397CD is #0C6832. Grayscale: #B8B8B8. Windows color (decimal): -813107 or 13473779. OLE color: 13473779.

HSL color Cylindrical-coordinate representation of color #F397CD: hue angle of 324.78º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F397CD is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243151205-
CMYK00.380.160.05
HSL324.78º79.31%77.25%-
HSV(B)324.78º37.86%95.29%-
XYZ59.0545.663.45-
YUV184.66139.48169.61-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.57%
GREEN value IS 151 (59.38% from 255) = 25.21%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=40.57%
G=25.21%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315120500.380.160.05324.7879.3177.25
HexF397CD0261051454f4d
Octal363227315046205505117115
Binary11110011100101111100110101001101000010110100010110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F397CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F397CD; }

 p { color: rgb(243,151,205); }

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

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

 a { background-color: rgb(243,151,205); }

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

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

 span { border-color: rgb(243,151,205); }

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