#F49CCB

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

Shades of Shocking #F49CCB

Tints of Shocking #F49CCB

Color information

#F49CCB (or 0xF49CCB) is unknown color: approx Shocking. HEX triplet: F4, 9C and CB. RGB value is (244,156,203). Sum of RGB (Red+Green+Blue) = 244+156+203=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 156 (61.33% from 255 or 25.87% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F49CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49CCB is #0B6334. Grayscale: #BBBBBB. Windows color (decimal): -746293 or 13343988. OLE color: 13343988.

HSL color Cylindrical-coordinate representation of color #F49CCB: hue angle of 327.95º 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 #F49CCB is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB244156203-
CMYK00.360.170.04
HSL327.95º80%78.43%-
HSV(B)327.95º36.07%95.69%-
XYZ59.9847.3262.47-
YUV187.67136.65168.18-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.46%
GREEN value IS 156 (61.33% from 255) = 25.87%
BLUE value IS 203 (79.69% from 255) = 33.67%
R=40.46%
G=25.87%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415620300.360.170.04327.958078.43
HexF49CCB024114148504e
Octal364234313044214510120116
Binary11110100100111001100101101001001000110010100100010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49CCB; }

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

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

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

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

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

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

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

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