#f1a1c9

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

Shades of Shocking #F1A1C9

Tints of Shocking #F1A1C9

Color information

#F1A1C9 (or 0xF1A1C9) is unknown color: approx Shocking. HEX triplet: F1, A1 and C9. RGB value is (241,161,201). Sum of RGB (Red+Green+Blue) = 241+161+201=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 161 (63.28% from 255 or 26.70% from 603); Blue value is 201 (78.91% from 255 or 33.33% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A1C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A1C9 is #0E5E36. Grayscale: #BDBDBD. Windows color (decimal): -941623 or 13214193. OLE color: 13214193.

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

Color convert

RGB241161201-
CMYK00.330.170.05
HSL330º74.07%78.82%-
HSV(B)330º33.2%94.51%-
XYZ59.5648.4161.46-
YUV189.48134.5164.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.97%
GREEN value IS 161 (63.28% from 255) = 26.70%
BLUE value IS 201 (78.91% from 255) = 33.33%
R=39.97%
G=26.70%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116120100.330.170.0533074.0778.82
HexF1A1C902111514a4a4f
Octal361241311041215512112117
Binary11110001101000011100100101000011000110110100101010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1a1c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1a1c9; }

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

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

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

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

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

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

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

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