#FA758E

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

Shades of Carissma #FA758E

Tints of Carissma #FA758E

Color information

#FA758E (or 0xFA758E) is unknown color: approx Carissma. HEX triplet: FA, 75 and 8E. RGB value is (250,117,142). Sum of RGB (Red+Green+Blue) = 250+117+142=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA758E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA758E is #058A71. Grayscale: #9F9F9F. Windows color (decimal): -363122 or 9336314. OLE color: 9336314.

HSL color Cylindrical-coordinate representation of color #FA758E: hue angle of 348.72º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA758E is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB250117142-
CMYK00.530.430.02
HSL348.72º93.01%71.96%-
HSV(B)348.72º53.2%98.04%-
XYZ50.673529.68-
YUV159.62118.06192.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.12%
GREEN value IS 117 (46.09% from 255) = 22.99%
BLUE value IS 142 (55.86% from 255) = 27.90%
R=49.12%
G=22.99%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011714200.530.430.02348.7293.0171.96
HexFA758E0352B215d5d48
Octal372165216065532535135110
Binary1111101011101011000111001101011010111010101110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA758E; }

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

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

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

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

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

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

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

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