Html Css Color HEX #FC798A Carissma

📋 copy color: '#FC798A'

red 252 ◦ green 121 ◦ blue 138

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

Shades of Carissma #FC798A

Tints of Carissma #FC798A

RGB

 RED value IS 252 (98.83% from 255) = 49.32%

 GREEN value IS 121 (47.66% from 255) = 23.68%

 BLUE value IS 138 (54.3% from 255) = 27.01%

R = 49.32%
G = 23.68%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC798A (or 0xFC798A) is known color: Carissma. HEX triplet: FC, 79 and 8A. RGB value is (252,121,138). Sum of RGB (Red+Green+Blue) = 252+121+138=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC798A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC798A is #038675. Grayscale: #A2A2A2. Windows color (decimal): -231030 or 9075196. OLE color: 9075196.

HSL color Cylindrical-coordinate representation of color #FC798A: hue angle of 352.21º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC798A is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 121 138 -
CMYK 0 0.52 0.45 0.01
HSL 352.21º 0.96% 0.73% -
HSV(B) 352.21º 0.52% 0.99% -
XYZ 51.57 36.21 28.32 -
YUV 162.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 252 121 138 0 0.52 0.45 0.01 352.21 0.96 0.73
Hex FC 79 8A 0 34 2D 1 160 60 49
Octal 374 171 212 0 64 55 1 540 140 111
Binary 11111100 1111001 10001010 0 110100 101101 1 101100000 1100000 1001001

Color Harmonies of #FC798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC798A

Black with #FC798A

Text Example


Text Example

White with #FC798A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC798A; }

 p { color: rgb(252,121,138); }

 H1.HeaderClassName
 {
   color: #FC798A;
 }
 .AnyTagClassName
 {
   color: #FC798A;
 }
</style>

background-color css

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

 a { background-color: rgb(252,121,138); }

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

border-color css

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

 span { border-color: rgb(252,121,138); }

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