#F77695

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

Shades of Carissma #F77695

Tints of Carissma #F77695

Color information

#F77695 (or 0xF77695) is unknown color: approx Carissma. HEX triplet: F7, 76 and 95. RGB value is (247,118,149). Sum of RGB (Red+Green+Blue) = 247+118+149=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F77695 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77695 is #08896A. Grayscale: #A0A0A0. Windows color (decimal): -559467 or 9795319. OLE color: 9795319.

HSL color Cylindrical-coordinate representation of color #F77695: hue angle of 345.58º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F77695 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB247118149-
CMYK00.520.400.03
HSL345.58º88.97%71.57%-
HSV(B)345.58º52.23%96.86%-
XYZ50.2634.932.52-
YUV160.1121.74189.98-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.05%
GREEN value IS 118 (46.48% from 255) = 22.96%
BLUE value IS 149 (58.59% from 255) = 28.99%
R=48.05%
G=22.96%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711814900.520.400.03345.5888.9771.57
HexF7769503428315a5948
Octal367166225064503532131110
Binary1111011111101101001010101101001010001110101101010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77695; }

 p { color: rgb(247,118,149); }

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

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

 a { background-color: rgb(247,118,149); }

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

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

 span { border-color: rgb(247,118,149); }

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