#F993BC

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

Shades of Shocking #F993BC

Tints of Shocking #F993BC

Color information

#F993BC (or 0xF993BC) is unknown color: approx Shocking. HEX triplet: F9, 93 and BC. RGB value is (249,147,188). Sum of RGB (Red+Green+Blue) = 249+147+188=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F993BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F993BC is #066C43. Grayscale: #B6B6B6. Windows color (decimal): -420932 or 12358649. OLE color: 12358649.

HSL color Cylindrical-coordinate representation of color #F993BC: hue angle of 335.88º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F993BC is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249147188-
CMYK00.410.240.02
HSL335.88º89.47%77.65%-
HSV(B)335.88º40.96%97.65%-
XYZ58.5844.6453.11-
YUV182.17131.29175.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.64%
GREEN value IS 147 (57.81% from 255) = 25.17%
BLUE value IS 188 (73.83% from 255) = 32.19%
R=42.64%
G=25.17%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914718800.410.240.02335.8889.4777.65
HexF993BC029182150594e
Octal371223274051302520131116
Binary1111100110010011101111000101001110001010101000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F993BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F993BC; }

 p { color: rgb(249,147,188); }

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

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

 a { background-color: rgb(249,147,188); }

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

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

 span { border-color: rgb(249,147,188); }

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