#F399C6

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

Shades of Shocking #F399C6

Tints of Shocking #F399C6

Color information

#F399C6 (or 0xF399C6) is unknown color: approx Shocking. HEX triplet: F3, 99 and C6. RGB value is (243,153,198). Sum of RGB (Red+Green+Blue) = 243+153+198=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F399C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F399C6 is #0C6639. Grayscale: #B8B8B8. Windows color (decimal): -812602 or 13015539. OLE color: 13015539.

HSL color Cylindrical-coordinate representation of color #F399C6: hue angle of 330º 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 #F399C6 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB243153198-
CMYK00.370.190.05
HSL330º78.95%77.65%-
HSV(B)330º37.04%95.29%-
XYZ58.5545.9159.2-
YUV185.04135.32169.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.91%
GREEN value IS 153 (60.16% from 255) = 25.76%
BLUE value IS 198 (77.73% from 255) = 33.33%
R=40.91%
G=25.76%
B=33.33%

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
Decimal24315319800.370.190.0533078.9577.65
HexF399C602513514a4f4e
Octal363231306045235512117116
Binary11110011100110011100011001001011001110110100101010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F399C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F399C6; }

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

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

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

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

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

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

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

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