#FA8093

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

Shades of Carissma #FA8093

Tints of Carissma #FA8093

Color information

#FA8093 (or 0xFA8093) is unknown color: approx Carissma. HEX triplet: FA, 80 and 93. RGB value is (250,128,147). Sum of RGB (Red+Green+Blue) = 250+128+147=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8093 is #057F6C. Grayscale: #A6A6A6. Windows color (decimal): -360301 or 9666810. OLE color: 9666810.

HSL color Cylindrical-coordinate representation of color #FA8093: hue angle of 350.66º 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 #FA8093 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB250128147-
CMYK00.490.410.02
HSL350.66º92.42%74.12%-
HSV(B)350.66º48.8%98.04%-
XYZ52.4137.8732.15-
YUV166.64116.92187.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.62%
GREEN value IS 128 (50.39% from 255) = 24.38%
BLUE value IS 147 (57.81% from 255) = 28%
R=47.62%
G=24.38%
B=28%

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
Decimal25012814700.490.410.02350.6692.4274.12
HexFA809303129215f5c4a
Octal372200223061512537134112
Binary11111010100000001001001101100011010011010101111110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8093; }

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

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

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

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

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

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

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

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