Html Css Color HEX #FA798D Carissma

📋 copy color: '#FA798D'

red 250 ◦ green 121 ◦ blue 141

#FA798D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #FA798D

Tints of Carissma #FA798D

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 value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA798D (or 0xFA798D) is known color: 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

RGB 250 121 141 -
CMYK 0 0.52 0.44 0.02
HSL 350.7º 0.93% 0.73% -
HSV(B) 350.7º 0.52% 0.98% -
XYZ 51.07 35.92 29.44 -
YUV 161.85 116.24 190.87 -
System Red Green Blue C M Y K H S L
Decimal 250 121 141 0 0.52 0.44 0.02 350.7 0.93 0.73
Hex FA 79 8D 0 34 2C 2 15F 5D 49
Octal 372 171 215 0 64 54 2 537 135 111
Binary 11111010 1111001 10001101 0 110100 101100 10 101011111 1011101 1001001

Color Harmonies of #FA798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA798D

Black with #FA798D

Text Example


Text Example

White with #FA798D

Text Example


Text Example

HTML Codes & Css Web 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>