#F5788E

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

Shades of Carissma #F5788E

Tints of Carissma #F5788E

Color information

#F5788E (or 0xF5788E) is unknown color: approx Carissma. HEX triplet: F5, 78 and 8E. RGB value is (245,120,142). Sum of RGB (Red+Green+Blue) = 245+120+142=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F5788E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5788E is #0A8771. Grayscale: #9F9F9F. Windows color (decimal): -690034 or 9337077. OLE color: 9337077.

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

Color convert

RGB245120142-
CMYK00.510.420.04
HSL349.44º86.21%71.57%-
HSV(B)349.44º51.02%96.08%-
XYZ49.2634.829.71-
YUV159.88117.91188.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.32%
GREEN value IS 120 (47.27% from 255) = 23.67%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=48.32%
G=23.67%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512014200.510.420.04349.4486.2171.57
HexF5788E0332A415d5648
Octal365170216063524535126110
Binary11110101111100010001110011001110101010010101110110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5788E; }

 p { color: rgb(245,120,142); }

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

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

 a { background-color: rgb(245,120,142); }

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

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

 span { border-color: rgb(245,120,142); }

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