#F57F90

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

Shades of Carissma #F57F90

Tints of Carissma #F57F90

Color information

#F57F90 (or 0xF57F90) is unknown color: approx Carissma. HEX triplet: F5, 7F and 90. RGB value is (245,127,144). Sum of RGB (Red+Green+Blue) = 245+127+144=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57F90 is #0A806F. Grayscale: #A4A4A4. Windows color (decimal): -688240 or 9469941. OLE color: 9469941.

HSL color Cylindrical-coordinate representation of color #F57F90: hue angle of 351.36º degrees, saturation: 0.86, 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 #F57F90 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB245127144-
CMYK00.480.410.04
HSL351.36º85.51%72.94%-
HSV(B)351.36º48.16%96.08%-
XYZ50.2836.630.8-
YUV164.22116.59185.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.48%
GREEN value IS 127 (50% from 255) = 24.61%
BLUE value IS 144 (56.64% from 255) = 27.91%
R=47.48%
G=24.61%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512714400.480.410.04351.3685.5172.94
HexF57F9003029415f5649
Octal365177220060514537126111
Binary11110101111111110010000011000010100110010101111110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57F90; }

 p { color: rgb(245,127,144); }

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

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

 a { background-color: rgb(245,127,144); }

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

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

 span { border-color: rgb(245,127,144); }

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