#F57591

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

Shades of Carissma #F57591

Tints of Carissma #F57591

Color information

#F57591 (or 0xF57591) is unknown color: approx Carissma. HEX triplet: F5, 75 and 91. RGB value is (245,117,145). Sum of RGB (Red+Green+Blue) = 245+117+145=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F57591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57591 is #0A8A6E. Grayscale: #9E9E9E. Windows color (decimal): -690799 or 9532917. OLE color: 9532917.

HSL color Cylindrical-coordinate representation of color #F57591: hue angle of 346.88º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F57591 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB245117145-
CMYK00.520.410.04
HSL346.88º86.49%70.98%-
HSV(B)346.88º52.24%96.08%-
XYZ49.1334.1830.8-
YUV158.46120.41189.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.32%
GREEN value IS 117 (46.09% from 255) = 23.08%
BLUE value IS 145 (57.03% from 255) = 28.60%
R=48.32%
G=23.08%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511714500.520.410.04346.8886.4970.98
HexF5759103429415b5647
Octal365165221064514533126107
Binary11110101111010110010001011010010100110010101101110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57591; }

 p { color: rgb(245,117,145); }

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

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

 a { background-color: rgb(245,117,145); }

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

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

 span { border-color: rgb(245,117,145); }

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