#F77D8C

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

Shades of Carissma #F77D8C

Tints of Carissma #F77D8C

Color information

#F77D8C (or 0xF77D8C) is unknown color: approx Carissma. HEX triplet: F7, 7D and 8C. RGB value is (247,125,140). Sum of RGB (Red+Green+Blue) = 247+125+140=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77D8C is #088273. Grayscale: #A3A3A3. Windows color (decimal): -557684 or 9207287. OLE color: 9207287.

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

Color convert

RGB247125140-
CMYK00.490.430.03
HSL352.62º88.41%72.94%-
HSV(B)352.62º49.39%96.86%-
XYZ50.4336.3329.17-
YUV163.19114.92187.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.24%
GREEN value IS 125 (49.22% from 255) = 24.41%
BLUE value IS 140 (55.08% from 255) = 27.34%
R=48.24%
G=24.41%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712514000.490.430.03352.6288.4172.94
HexF77D8C0312B31615849
Octal367175214061533541130111
Binary1111011111111011000110001100011010111110110000110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77D8C; }

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

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

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

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

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

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

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

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