#FD7A90

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

Shades of Carissma #FD7A90

Tints of Carissma #FD7A90

Color information

#FD7A90 (or 0xFD7A90) is unknown color: approx Carissma. HEX triplet: FD, 7A and 90. RGB value is (253,122,144). Sum of RGB (Red+Green+Blue) = 253+122+144=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7A90 is #02856F. Grayscale: #A3A3A3. Windows color (decimal): -165232 or 9468669. OLE color: 9468669.

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

Color convert

RGB253122144-
CMYK00.520.430.01
HSL349.92º97.04%73.53%-
HSV(B)349.92º51.78%99.22%-
XYZ52.536.8230.72-
YUV163.68116.9191.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.75%
GREEN value IS 122 (48.05% from 255) = 23.51%
BLUE value IS 144 (56.64% from 255) = 27.75%
R=48.75%
G=23.51%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312214400.520.430.01349.9297.0473.53
HexFD7A900342B115e614a
Octal375172220064531536141112
Binary111111011111010100100000110100101011110101111011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7A90; }

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

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

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

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

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

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

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

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