#FD7C90

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

Shades of Carissma #FD7C90

Tints of Carissma #FD7C90

Color information

#FD7C90 (or 0xFD7C90) is unknown color: approx Carissma. HEX triplet: FD, 7C and 90. RGB value is (253,124,144). Sum of RGB (Red+Green+Blue) = 253+124+144=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7C90 is #02836F. Grayscale: #A4A4A4. Windows color (decimal): -164720 or 9469181. OLE color: 9469181.

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

Color convert

RGB253124144-
CMYK00.510.430.01
HSL350.7º96.99%73.92%-
HSV(B)350.7º50.99%99.22%-
XYZ52.7537.3130.81-
YUV164.85116.24190.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.56%
GREEN value IS 124 (48.83% from 255) = 23.80%
BLUE value IS 144 (56.64% from 255) = 27.64%
R=48.56%
G=23.80%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312414400.510.430.01350.796.9973.92
HexFD7C900332B115f614a
Octal375174220063531537141112
Binary111111011111100100100000110011101011110101111111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7C90; }

 p { color: rgb(253,124,144); }

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

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

 a { background-color: rgb(253,124,144); }

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

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

 span { border-color: rgb(253,124,144); }

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