#FC758F

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

Shades of Carissma #FC758F

Tints of Carissma #FC758F

Color information

#FC758F (or 0xFC758F) is unknown color: approx Carissma. HEX triplet: FC, 75 and 8F. RGB value is (252,117,143). Sum of RGB (Red+Green+Blue) = 252+117+143=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC758F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC758F is #038A70. Grayscale: #A0A0A0. Windows color (decimal): -232049 or 9401852. OLE color: 9401852.

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

Color convert

RGB252117143-
CMYK00.540.430.01
HSL348.44º95.74%72.35%-
HSV(B)348.44º53.57%98.82%-
XYZ51.4635.430.11-
YUV160.33118.23193.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.22%
GREEN value IS 117 (46.09% from 255) = 22.85%
BLUE value IS 143 (56.25% from 255) = 27.93%
R=49.22%
G=22.85%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211714300.540.430.01348.4495.7472.35
HexFC758F0362B115c6048
Octal374165217066531534140110
Binary111111001110101100011110110110101011110101110011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC758F; }

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

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

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

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

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

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

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

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