#F77D93

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

Shades of Carissma #F77D93

Tints of Carissma #F77D93

Color information

#F77D93 (or 0xF77D93) is unknown color: approx Carissma. HEX triplet: F7, 7D and 93. RGB value is (247,125,147). Sum of RGB (Red+Green+Blue) = 247+125+147=519 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.59% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77D93 is #08826C. Grayscale: #A4A4A4. Windows color (decimal): -557677 or 9666039. OLE color: 9666039.

HSL color Cylindrical-coordinate representation of color #F77D93: hue angle of 349.18º 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 #F77D93 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB247125147-
CMYK00.490.400.03
HSL349.18º88.41%72.94%-
HSV(B)349.18º49.39%96.86%-
XYZ50.9636.5531.97-
YUV163.99118.42187.21-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.59%
GREEN value IS 125 (49.22% from 255) = 24.08%
BLUE value IS 147 (57.81% from 255) = 28.32%
R=47.59%
G=24.08%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712514700.490.400.03349.1888.4172.94
HexF77D9303128315d5849
Octal367175223061503535130111
Binary1111011111111011001001101100011010001110101110110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77D93; }

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

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

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

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

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

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

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

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