#F398BB

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

Shades of Shocking #F398BB

Tints of Shocking #F398BB

Color information

#F398BB (or 0xF398BB) is unknown color: approx Shocking. HEX triplet: F3, 98 and BB. RGB value is (243,152,187). Sum of RGB (Red+Green+Blue) = 243+152+187=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 243 - color contains mainly: red. Hex color #F398BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F398BB is #0C6744. Grayscale: #B7B7B7. Windows color (decimal): -812869 or 12294387. OLE color: 12294387.

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

Color convert

RGB243152187-
CMYK00.370.230.05
HSL336.92º79.13%77.45%-
HSV(B)336.92º37.45%95.29%-
XYZ57.1645.152.71-
YUV183.2130.15170.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.75%
GREEN value IS 152 (59.77% from 255) = 26.12%
BLUE value IS 187 (73.44% from 255) = 32.13%
R=41.75%
G=26.12%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315218700.370.230.05336.9279.1377.45
HexF398BB0251751514f4d
Octal363230273045275521117115
Binary11110011100110001011101101001011011110110101000110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F398BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F398BB; }

 p { color: rgb(243,152,187); }

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

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

 a { background-color: rgb(243,152,187); }

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

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

 span { border-color: rgb(243,152,187); }

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