#F77D85

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

Shades of Carissma #F77D85

Tints of Carissma #F77D85

Color information

#F77D85 (or 0xF77D85) is unknown color: approx Carissma. HEX triplet: F7, 7D and 85. RGB value is (247,125,133). Sum of RGB (Red+Green+Blue) = 247+125+133=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77D85 is #08827A. Grayscale: #A2A2A2. Windows color (decimal): -557691 or 8748535. OLE color: 8748535.

HSL color Cylindrical-coordinate representation of color #F77D85: hue angle of 356.07º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77D85 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB247125133-
CMYK00.490.460.03
HSL356.07º88.41%72.94%-
HSV(B)356.07º49.39%96.86%-
XYZ49.9336.1326.53-
YUV162.39111.42188.35-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.91%
GREEN value IS 125 (49.22% from 255) = 24.75%
BLUE value IS 133 (52.34% from 255) = 26.34%
R=48.91%
G=24.75%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712513300.490.460.03356.0788.4172.94
HexF77D850312E31645849
Octal367175205061563544130111
Binary1111011111111011000010101100011011101110110010010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77D85; }

 p { color: rgb(247,125,133); }

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

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

 a { background-color: rgb(247,125,133); }

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

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

 span { border-color: rgb(247,125,133); }

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