#FC7F92

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

Shades of Carissma #FC7F92

Tints of Carissma #FC7F92

Color information

#FC7F92 (or 0xFC7F92) is unknown color: approx Carissma. HEX triplet: FC, 7F and 92. RGB value is (252,127,146). Sum of RGB (Red+Green+Blue) = 252+127+146=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7F92 is #03806D. Grayscale: #A6A6A6. Windows color (decimal): -229486 or 9601020. OLE color: 9601020.

HSL color Cylindrical-coordinate representation of color #FC7F92: hue angle of 350.88º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7F92 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB252127146-
CMYK00.500.420.01
HSL350.88º95.42%74.31%-
HSV(B)350.88º49.6%98.82%-
XYZ52.9237.9531.73-
YUV166.54116.41188.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48%
GREEN value IS 127 (50% from 255) = 24.19%
BLUE value IS 146 (57.42% from 255) = 27.81%
R=48%
G=24.19%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212714600.500.420.01350.8895.4274.31
HexFC7F920322A115f5f4a
Octal374177222062521537137112
Binary111111001111111100100100110010101010110101111110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7F92; }

 p { color: rgb(252,127,146); }

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

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

 a { background-color: rgb(252,127,146); }

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

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

 span { border-color: rgb(252,127,146); }

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