Html Css Color HEX #FC7790 Carissma

📋 copy color: '#FC7790'

red 252 ◦ green 119 ◦ blue 144

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

Shades of Carissma #FC7790

Tints of Carissma #FC7790

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.11%

 BLUE value IS 144 (56.64% from 255) = 27.96%

R = 48.93%
G = 23.11%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC7790 (or 0xFC7790) is known color: Carissma. HEX triplet: FC, 77 and 90. RGB value is (252,119,144). Sum of RGB (Red+Green+Blue) = 252+119+144=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7790 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7790 is #03886F. Grayscale: #A1A1A1. Windows color (decimal): -231536 or 9467900. OLE color: 9467900.

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

Color convert

RGB 252 119 144 -
CMYK 0 0.53 0.43 0.01
HSL 348.72º 0.96% 0.73% -
HSV(B) 348.72º 0.53% 0.99% -
XYZ 51.78 35.9 30.59 -
YUV 161.62 118.06 192.47 -
System Red Green Blue C M Y K H S L
Decimal 252 119 144 0 0.53 0.43 0.01 348.72 0.96 0.73
Hex FC 77 90 0 35 2B 1 15D 60 49
Octal 374 167 220 0 65 53 1 535 140 111
Binary 11111100 1110111 10010000 0 110101 101011 1 101011101 1100000 1001001

Color Harmonies of #FC7790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7790

Black with #FC7790

Text Example


Text Example

White with #FC7790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7790; }

 p { color: rgb(252,119,144); }

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

background-color css

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

 a { background-color: rgb(252,119,144); }

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

border-color css

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

 span { border-color: rgb(252,119,144); }

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