#F1818A

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

Shades of Carissma #F1818A

Tints of Carissma #F1818A

Color information

#F1818A (or 0xF1818A) is unknown color: approx Carissma. HEX triplet: F1, 81 and 8A. RGB value is (241,129,138). Sum of RGB (Red+Green+Blue) = 241+129+138=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F1818A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1818A is #0E7E75. Grayscale: #A3A3A3. Windows color (decimal): -949878 or 9077233. OLE color: 9077233.

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

Color convert

RGB241129138-
CMYK00.460.430.05
HSL355.18º80%72.55%-
HSV(B)355.18º46.47%94.51%-
XYZ48.7136.2428.47-
YUV163.51113.61183.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.44%
GREEN value IS 129 (50.78% from 255) = 25.39%
BLUE value IS 138 (54.30% from 255) = 27.17%
R=47.44%
G=25.39%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112913800.460.430.05355.188072.55
HexF1818A02E2B51635049
Octal361201212056535543120111
Binary111100011000000110001010010111010101110110110001110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1818A; }

 p { color: rgb(241,129,138); }

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

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

 a { background-color: rgb(241,129,138); }

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

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

 span { border-color: rgb(241,129,138); }

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