#F58084

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

Shades of Carissma #F58084

Tints of Carissma #F58084

Color information

#F58084 (or 0xF58084) is unknown color: approx Carissma. HEX triplet: F5, 80 and 84. RGB value is (245,128,132). Sum of RGB (Red+Green+Blue) = 245+128+132=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F58084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58084 is #0A7F7B. Grayscale: #A3A3A3. Windows color (decimal): -687996 or 8683765. OLE color: 8683765.

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

Color convert

RGB245128132-
CMYK00.480.460.04
HSL357.95º85.4%73.14%-
HSV(B)357.95º47.76%96.08%-
XYZ49.5436.5226.27-
YUV163.44110.26186.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.51%
GREEN value IS 128 (50.39% from 255) = 25.35%
BLUE value IS 132 (51.95% from 255) = 26.14%
R=48.51%
G=25.35%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512813200.480.460.04357.9585.473.14
HexF580840302E41665549
Octal365200204060564546125111
Binary111101011000000010000100011000010111010010110011010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58084; }

 p { color: rgb(245,128,132); }

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

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

 a { background-color: rgb(245,128,132); }

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

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

 span { border-color: rgb(245,128,132); }

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