#FF7D8A

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

Shades of Carissma #FF7D8A

Tints of Carissma #FF7D8A

Color information

#FF7D8A (or 0xFF7D8A) is unknown color: approx Carissma. HEX triplet: FF, 7D and 8A. RGB value is (255,125,138). Sum of RGB (Red+Green+Blue) = 255+125+138=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7D8A is #008275. Grayscale: #A5A5A5. Windows color (decimal): -33398 or 9076223. OLE color: 9076223.

HSL color Cylindrical-coordinate representation of color #FF7D8A: hue angle of 354º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7D8A is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB255125138-
CMYK00.510.460
HSL354º100%74.51%-
HSV(B)354º50.98%100%-
XYZ53.1637.7628.53-
YUV165.35112.57191.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.23%
GREEN value IS 125 (49.22% from 255) = 24.13%
BLUE value IS 138 (54.30% from 255) = 26.64%
R=49.23%
G=24.13%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512513800.510.46035410074.51
HexFF7D8A0332E0162644b
Octal377175212063560542144113
Binary111111111111101100010100110011101110010110001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7D8A; }

 p { color: rgb(255,125,138); }

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

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

 a { background-color: rgb(255,125,138); }

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

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

 span { border-color: rgb(255,125,138); }

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