#FC758E

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

Shades of Carissma #FC758E

Tints of Carissma #FC758E

Color information

#FC758E (or 0xFC758E) is unknown color: approx Carissma. HEX triplet: FC, 75 and 8E. RGB value is (252,117,142). Sum of RGB (Red+Green+Blue) = 252+117+142=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC758E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC758E is #038A71. Grayscale: #A0A0A0. Windows color (decimal): -232050 or 9336316. OLE color: 9336316.

HSL color Cylindrical-coordinate representation of color #FC758E: hue angle of 348.89º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC758E is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB252117142-
CMYK00.540.440.01
HSL348.89º95.74%72.35%-
HSV(B)348.89º53.57%98.82%-
XYZ51.3935.3729.71-
YUV160.21117.73193.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.32%
GREEN value IS 117 (46.09% from 255) = 22.90%
BLUE value IS 142 (55.86% from 255) = 27.79%
R=49.32%
G=22.90%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211714200.540.440.01348.8995.7472.35
HexFC758E0362C115d6048
Octal374165216066541535140110
Binary111111001110101100011100110110101100110101110111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC758E; }

 p { color: rgb(252,117,142); }

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

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

 a { background-color: rgb(252,117,142); }

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

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

 span { border-color: rgb(252,117,142); }

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