#F1A1CB

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

Shades of Shocking #F1A1CB

Tints of Shocking #F1A1CB

Color information

#F1A1CB (or 0xF1A1CB) is unknown color: approx Shocking. HEX triplet: F1, A1 and CB. RGB value is (241,161,203). Sum of RGB (Red+Green+Blue) = 241+161+203=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 161 (63.28% from 255 or 26.61% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A1CB is #0E5E34. Grayscale: #BDBDBD. Windows color (decimal): -941621 or 13345265. OLE color: 13345265.

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

Color convert

RGB241161203-
CMYK00.330.160.05
HSL328.5º74.07%78.82%-
HSV(B)328.5º33.2%94.51%-
XYZ59.848.562.71-
YUV189.71135.5164.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.83%
GREEN value IS 161 (63.28% from 255) = 26.61%
BLUE value IS 203 (79.69% from 255) = 33.55%
R=39.83%
G=26.61%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116120300.330.160.05328.574.0778.82
HexF1A1CB0211051484a4f
Octal361241313041205510112117
Binary11110001101000011100101101000011000010110100100010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A1CB; }

 p { color: rgb(241,161,203); }

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

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

 a { background-color: rgb(241,161,203); }

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

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

 span { border-color: rgb(241,161,203); }

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