#FA798D

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

Shades of Carissma #FA798D

Tints of Carissma #FA798D

Color information

#FA798D (or 0xFA798D) is unknown color: approx Carissma. HEX triplet: FA, 79 and 8D. RGB value is (250,121,141). Sum of RGB (Red+Green+Blue) = 250+121+141=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA798D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA798D is #058672. Grayscale: #A1A1A1. Windows color (decimal): -362099 or 9271802. OLE color: 9271802.

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

Color convert

RGB250121141-
CMYK00.520.440.02
HSL350.7º92.81%72.75%-
HSV(B)350.7º51.6%98.04%-
XYZ51.0735.9229.44-
YUV161.85116.24190.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.83%
GREEN value IS 121 (47.66% from 255) = 23.63%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=48.83%
G=23.63%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012114100.520.440.02350.792.8172.75
HexFA798D0342C215f5d49
Octal372171215064542537135111
Binary1111101011110011000110101101001011001010101111110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA798D; }

 p { color: rgb(250,121,141); }

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

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

 a { background-color: rgb(250,121,141); }

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

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

 span { border-color: rgb(250,121,141); }

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