#F399BD

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

Shades of Shocking #F399BD

Tints of Shocking #F399BD

Color information

#F399BD (or 0xF399BD) is unknown color: approx Shocking. HEX triplet: F3, 99 and BD. RGB value is (243,153,189). Sum of RGB (Red+Green+Blue) = 243+153+189=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 243 - color contains mainly: red. Hex color #F399BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F399BD is #0C6642. Grayscale: #B7B7B7. Windows color (decimal): -812611 or 12425715. OLE color: 12425715.

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

Color convert

RGB243153189-
CMYK00.370.220.05
HSL336º78.95%77.65%-
HSV(B)336º37.04%95.29%-
XYZ57.5445.5153.9-
YUV184.01130.82170.07-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.54%
GREEN value IS 153 (60.16% from 255) = 26.15%
BLUE value IS 189 (74.22% from 255) = 32.31%
R=41.54%
G=26.15%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315318900.370.220.0533678.9577.65
HexF399BD0251651504f4e
Octal363231275045265520117116
Binary11110011100110011011110101001011011010110101000010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F399BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F399BD; }

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

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

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

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

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

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

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

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