#F399C5

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

Shades of Shocking #F399C5

Tints of Shocking #F399C5

Color information

#F399C5 (or 0xF399C5) is unknown color: approx Shocking. HEX triplet: F3, 99 and C5. RGB value is (243,153,197). Sum of RGB (Red+Green+Blue) = 243+153+197=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F399C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F399C5 is #0C663A. Grayscale: #B8B8B8. Windows color (decimal): -812603 or 12950003. OLE color: 12950003.

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

Color convert

RGB243153197-
CMYK00.370.190.05
HSL330.67º78.95%77.65%-
HSV(B)330.67º37.04%95.29%-
XYZ58.4345.8758.6-
YUV184.93134.82169.42-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.98%
GREEN value IS 153 (60.16% from 255) = 25.80%
BLUE value IS 197 (77.34% from 255) = 33.22%
R=40.98%
G=25.80%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315319700.370.190.05330.6778.9577.65
HexF399C502513514b4f4e
Octal363231305045235513117116
Binary11110011100110011100010101001011001110110100101110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F399C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F399C5; }

 p { color: rgb(243,153,197); }

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

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

 a { background-color: rgb(243,153,197); }

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

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

 span { border-color: rgb(243,153,197); }

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