#F58293

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

Shades of Carissma #F58293

Tints of Carissma #F58293

Color information

#F58293 (or 0xF58293) is unknown color: approx Carissma. HEX triplet: F5, 82 and 93. RGB value is (245,130,147). Sum of RGB (Red+Green+Blue) = 245+130+147=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F58293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58293 is #0A7D6C. Grayscale: #A6A6A6. Windows color (decimal): -687469 or 9667317. OLE color: 9667317.

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

Color convert

RGB245130147-
CMYK00.470.40.04
HSL351.13º85.19%73.53%-
HSV(B)351.13º46.94%96.08%-
XYZ50.9137.4832.16-
YUV166.32117.1184.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.93%
GREEN value IS 130 (51.17% from 255) = 24.90%
BLUE value IS 147 (57.81% from 255) = 28.16%
R=46.93%
G=24.90%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.4
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513014700.470.40.04351.1385.1973.53
HexF5829302F28415f554a
Octal365202223057504537125112
Binary111101011000001010010011010111110100010010101111110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58293; }

 p { color: rgb(245,130,147); }

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

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

 a { background-color: rgb(245,130,147); }

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

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

 span { border-color: rgb(245,130,147); }

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