#F1809B

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

Shades of Carissma #F1809B

Tints of Carissma #F1809B

Color information

#F1809B (or 0xF1809B) is unknown color: approx Carissma. HEX triplet: F1, 80 and 9B. RGB value is (241,128,155). Sum of RGB (Red+Green+Blue) = 241+128+155=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F1809B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1809B is #0E7F64. Grayscale: #A4A4A4. Windows color (decimal): -950117 or 10191089. OLE color: 10191089.

HSL color Cylindrical-coordinate representation of color #F1809B: hue angle of 345.66º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F1809B is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB241128155-
CMYK00.470.360.05
HSL345.66º80.14%72.35%-
HSV(B)345.66º46.89%94.51%-
XYZ49.9136.5135.43-
YUV164.86122.44182.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.99%
GREEN value IS 128 (50.39% from 255) = 24.43%
BLUE value IS 155 (60.94% from 255) = 29.58%
R=45.99%
G=24.43%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112815500.470.360.05345.6680.1472.35
HexF1809B02F24515a5048
Octal361200233057445532120110
Binary111100011000000010011011010111110010010110101101010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1809B; }

 p { color: rgb(241,128,155); }

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

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

 a { background-color: rgb(241,128,155); }

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

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

 span { border-color: rgb(241,128,155); }

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