#F5818B

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

Shades of Carissma #F5818B

Tints of Carissma #F5818B

Color information

#F5818B (or 0xF5818B) is unknown color: approx Carissma. HEX triplet: F5, 81 and 8B. RGB value is (245,129,139). Sum of RGB (Red+Green+Blue) = 245+129+139=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F5818B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5818B is #0A7E74. Grayscale: #A4A4A4. Windows color (decimal): -687733 or 9142773. OLE color: 9142773.

HSL color Cylindrical-coordinate representation of color #F5818B: hue angle of 354.83º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5818B is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB245129139-
CMYK00.470.430.04
HSL354.83º85.29%73.33%-
HSV(B)354.83º47.35%96.08%-
XYZ50.1736.9828.92-
YUV164.82113.43185.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.76%
GREEN value IS 129 (50.78% from 255) = 25.15%
BLUE value IS 139 (54.69% from 255) = 27.10%
R=47.76%
G=25.15%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512913900.470.430.04354.8385.2973.33
HexF5818B02F2B41635549
Octal365201213057534543125111
Binary111101011000000110001011010111110101110010110001110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5818B; }

 p { color: rgb(245,129,139); }

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

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

 a { background-color: rgb(245,129,139); }

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

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

 span { border-color: rgb(245,129,139); }

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