#F1C0C1

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

Shades of Azalea #F1C0C1

Tints of Azalea #F1C0C1

Color information

#F1C0C1 (or 0xF1C0C1) is unknown color: approx Azalea. HEX triplet: F1, C0 and C1. RGB value is (241,192,193). Sum of RGB (Red+Green+Blue) = 241+192+193=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 193 (75.78% from 255 or 30.83% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C0C1 is #0E3F3E. Grayscale: #CECECE. Windows color (decimal): -933695 or 12697841. OLE color: 12697841.

HSL color Cylindrical-coordinate representation of color #F1C0C1: hue angle of 358.78º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1C0C1 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB241192193-
CMYK00.200.200.05
HSL358.78º63.64%84.9%-
HSV(B)358.78º20.33%94.51%-
XYZ64.7560.2558.67-
YUV206.76120.23152.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.50%
GREEN value IS 192 (75.39% from 255) = 30.67%
BLUE value IS 193 (75.78% from 255) = 30.83%
R=38.50%
G=30.67%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119219300.200.200.05358.7863.6484.9
HexF1C0C10141451674055
Octal361300301024245547100125
Binary1111000111000000110000010101001010010110110011110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C0C1; }

 p { color: rgb(241,192,193); }

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

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

 a { background-color: rgb(241,192,193); }

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

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

 span { border-color: rgb(241,192,193); }

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