#FD7C8A

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

Shades of Carissma #FD7C8A

Tints of Carissma #FD7C8A

Color information

#FD7C8A (or 0xFD7C8A) is unknown color: approx Carissma. HEX triplet: FD, 7C and 8A. RGB value is (253,124,138). Sum of RGB (Red+Green+Blue) = 253+124+138=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7C8A is #028375. Grayscale: #A4A4A4. Windows color (decimal): -164726 or 9075965. OLE color: 9075965.

HSL color Cylindrical-coordinate representation of color #FD7C8A: hue angle of 353.49º 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 #FD7C8A is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB253124138-
CMYK00.510.450.01
HSL353.49º96.99%73.92%-
HSV(B)353.49º50.99%99.22%-
XYZ52.337.1328.46-
YUV164.17113.24191.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.13%
GREEN value IS 124 (48.83% from 255) = 24.08%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=49.13%
G=24.08%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312413800.510.450.01353.4996.9973.92
HexFD7C8A0332D1161614a
Octal375174212063551541141112
Binary111111011111100100010100110011101101110110000111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7C8A; }

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

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

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

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

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

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

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

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