#FF7D8E

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

Shades of Carissma #FF7D8E

Tints of Carissma #FF7D8E

Color information

#FF7D8E (or 0xFF7D8E) is unknown color: approx Carissma. HEX triplet: FF, 7D and 8E. RGB value is (255,125,142). Sum of RGB (Red+Green+Blue) = 255+125+142=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7D8E is #008271. Grayscale: #A5A5A5. Windows color (decimal): -33394 or 9338367. OLE color: 9338367.

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

Color convert

RGB255125142-
CMYK00.510.440
HSL352.15º100%74.51%-
HSV(B)352.15º50.98%100%-
XYZ53.4637.8830.09-
YUV165.81114.57191.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.85%
GREEN value IS 125 (49.22% from 255) = 23.95%
BLUE value IS 142 (55.86% from 255) = 27.20%
R=48.85%
G=23.95%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512514200.510.440352.1510074.51
HexFF7D8E0332C0160644b
Octal377175216063540540144113
Binary111111111111101100011100110011101100010110000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7D8E; }

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

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

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

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

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

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

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

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