#F57D94

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

Shades of Carissma #F57D94

Tints of Carissma #F57D94

Color information

#F57D94 (or 0xF57D94) is unknown color: approx Carissma. HEX triplet: F5, 7D and 94. RGB value is (245,125,148). Sum of RGB (Red+Green+Blue) = 245+125+148=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57D94 is #0A826B. Grayscale: #A3A3A3. Windows color (decimal): -688748 or 9731573. OLE color: 9731573.

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

Color convert

RGB245125148-
CMYK00.490.400.04
HSL348.5º85.71%72.55%-
HSV(B)348.5º48.98%96.08%-
XYZ50.3436.2232.35-
YUV163.5119.26186.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.30%
GREEN value IS 125 (49.22% from 255) = 24.13%
BLUE value IS 148 (58.20% from 255) = 28.57%
R=47.30%
G=24.13%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512514800.490.400.04348.585.7172.55
HexF57D9403128415c5649
Octal365175224061504534126111
Binary11110101111110110010100011000110100010010101110010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57D94; }

 p { color: rgb(245,125,148); }

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

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

 a { background-color: rgb(245,125,148); }

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

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

 span { border-color: rgb(245,125,148); }

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