#F49CC1

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

Shades of Shocking #F49CC1

Tints of Shocking #F49CC1

Color information

#F49CC1 (or 0xF49CC1) is unknown color: approx Shocking. HEX triplet: F4, 9C and C1. RGB value is (244,156,193). Sum of RGB (Red+Green+Blue) = 244+156+193=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 244 - color contains mainly: red. Hex color #F49CC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49CC1 is #0B633E. Grayscale: #BABABA. Windows color (decimal): -746303 or 12688628. OLE color: 12688628.

HSL color Cylindrical-coordinate representation of color #F49CC1: hue angle of 334.77º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49CC1 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB244156193-
CMYK00.360.210.04
HSL334.77º80%78.43%-
HSV(B)334.77º36.07%95.69%-
XYZ58.8246.8656.4-
YUV186.53131.65168.99-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.15%
GREEN value IS 156 (61.33% from 255) = 26.31%
BLUE value IS 193 (75.78% from 255) = 32.55%
R=41.15%
G=26.31%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415619300.360.210.04334.778078.43
HexF49CC102415414f504e
Octal364234301044254517120116
Binary11110100100111001100000101001001010110010100111110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49CC1; }

 p { color: rgb(244,156,193); }

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

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

 a { background-color: rgb(244,156,193); }

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

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

 span { border-color: rgb(244,156,193); }

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