#FD7989

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

Shades of Carissma #FD7989

Tints of Carissma #FD7989

Color information

#FD7989 (or 0xFD7989) is unknown color: approx Carissma. HEX triplet: FD, 79 and 89. RGB value is (253,121,137). Sum of RGB (Red+Green+Blue) = 253+121+137=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7989 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7989 is #028676. Grayscale: #A2A2A2. Windows color (decimal): -165495 or 9009661. OLE color: 9009661.

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

Color convert

RGB253121137-
CMYK00.520.460.01
HSL352.73º97.06%73.33%-
HSV(B)352.73º52.17%99.22%-
XYZ51.8636.3627.95-
YUV162.29113.73192.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.51%
GREEN value IS 121 (47.66% from 255) = 23.68%
BLUE value IS 137 (53.91% from 255) = 26.81%
R=49.51%
G=23.68%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312113700.520.460.01352.7397.0673.33
HexFD79890342E11616149
Octal375171211064561541141111
Binary111111011111001100010010110100101110110110000111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7989; }

 p { color: rgb(253,121,137); }

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

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

 a { background-color: rgb(253,121,137); }

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

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

 span { border-color: rgb(253,121,137); }

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