#F399CC

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

Shades of Shocking #F399CC

Tints of Shocking #F399CC

Color information

#F399CC (or 0xF399CC) is unknown color: approx Shocking. HEX triplet: F3, 99 and CC. RGB value is (243,153,204). Sum of RGB (Red+Green+Blue) = 243+153+204=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 153 (60.16% from 255 or 25.5% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F399CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F399CC is #0C6633. Grayscale: #B9B9B9. Windows color (decimal): -812596 or 13408755. OLE color: 13408755.

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

Color convert

RGB243153204-
CMYK00.370.160.05
HSL326º78.95%77.65%-
HSV(B)326º37.04%95.29%-
XYZ59.2546.262.92-
YUV185.72138.32168.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.5%
GREEN value IS 153 (60.16% from 255) = 25.5%
BLUE value IS 204 (80.08% from 255) = 34%
R=40.5%
G=25.5%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315320400.370.160.0532678.9577.65
HexF399CC0251051464f4e
Octal363231314045205506117116
Binary11110011100110011100110001001011000010110100011010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F399CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F399CC; }

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

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

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

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

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

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

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

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