#F77B96

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

Shades of Carissma #F77B96

Tints of Carissma #F77B96

Color information

#F77B96 (or 0xF77B96) is unknown color: approx Carissma. HEX triplet: F7, 7B and 96. RGB value is (247,123,150). Sum of RGB (Red+Green+Blue) = 247+123+150=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F77B96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77B96 is #088469. Grayscale: #A3A3A3. Windows color (decimal): -558186 or 9862135. OLE color: 9862135.

HSL color Cylindrical-coordinate representation of color #F77B96: hue angle of 346.94º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77B96 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB247123150-
CMYK00.500.390.03
HSL346.94º88.57%72.55%-
HSV(B)346.94º50.2%96.86%-
XYZ50.9536.1433.15-
YUV163.15120.58187.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.5%
GREEN value IS 123 (48.44% from 255) = 23.65%
BLUE value IS 150 (58.98% from 255) = 28.85%
R=47.5%
G=23.65%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712315000.500.390.03346.9488.5772.55
HexF77B9603227315b5949
Octal367173226062473533131111
Binary1111011111110111001011001100101001111110101101110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77B96; }

 p { color: rgb(247,123,150); }

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

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

 a { background-color: rgb(247,123,150); }

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

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

 span { border-color: rgb(247,123,150); }

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