#FA8094

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

Shades of Carissma #FA8094

Tints of Carissma #FA8094

Color information

#FA8094 (or 0xFA8094) is unknown color: approx Carissma. HEX triplet: FA, 80 and 94. RGB value is (250,128,148). Sum of RGB (Red+Green+Blue) = 250+128+148=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8094 is #057F6B. Grayscale: #A6A6A6. Windows color (decimal): -360300 or 9732346. OLE color: 9732346.

HSL color Cylindrical-coordinate representation of color #FA8094: hue angle of 350.16º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA8094 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB250128148-
CMYK00.490.410.02
HSL350.16º92.42%74.12%-
HSV(B)350.16º48.8%98.04%-
XYZ52.4937.932.57-
YUV166.76117.42187.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.53%
GREEN value IS 128 (50.39% from 255) = 24.33%
BLUE value IS 148 (58.20% from 255) = 28.14%
R=47.53%
G=24.33%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012814800.490.410.02350.1692.4274.12
HexFA809403129215e5c4a
Octal372200224061512536134112
Binary11111010100000001001010001100011010011010101111010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8094; }

 p { color: rgb(250,128,148); }

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

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

 a { background-color: rgb(250,128,148); }

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

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

 span { border-color: rgb(250,128,148); }

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