Html Css Color HEX #FC7990 Carissma

📋 copy color: '#FC7990'

red 252 ◦ green 121 ◦ blue 144

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

Shades of Carissma #FC7990

Tints of Carissma #FC7990

RGB

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

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

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

R = 48.74%
G = 23.4%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC7990 (or 0xFC7990) is known color: Carissma. HEX triplet: FC, 79 and 90. RGB value is (252,121,144). Sum of RGB (Red+Green+Blue) = 252+121+144=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7990 is #03866F. Grayscale: #A2A2A2. Windows color (decimal): -231024 or 9468412. OLE color: 9468412.

HSL color Cylindrical-coordinate representation of color #FC7990: hue angle of 349.47º 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 #FC7990 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 121 144 -
CMYK 0 0.52 0.43 0.01
HSL 349.47º 0.96% 0.73% -
HSV(B) 349.47º 0.52% 0.99% -
XYZ 52.02 36.38 30.67 -
YUV 162.79 117.4 191.63 -
System Red Green Blue C M Y K H S L
Decimal 252 121 144 0 0.52 0.43 0.01 349.47 0.96 0.73
Hex FC 79 90 0 34 2B 1 15D 60 49
Octal 374 171 220 0 64 53 1 535 140 111
Binary 11111100 1111001 10010000 0 110100 101011 1 101011101 1100000 1001001

Color Harmonies of #FC7990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7990

Black with #FC7990

Text Example


Text Example

White with #FC7990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7990; }

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

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

background-color css

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

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

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

border-color css

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

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

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