Html Css Color HEX #FC7E90 Carissma

📋 copy color: '#FC7E90'

red 252 ◦ green 126 ◦ blue 144

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

Shades of Carissma #FC7E90

Tints of Carissma #FC7E90

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.14%

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

R = 48.28%
G = 24.14%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC7E90 (or 0xFC7E90) is known color: Carissma. HEX triplet: FC, 7E and 90. RGB value is (252,126,144). Sum of RGB (Red+Green+Blue) = 252+126+144=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7E90 is #03816F. Grayscale: #A5A5A5. Windows color (decimal): -229744 or 9469692. OLE color: 9469692.

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

Color convert

RGB 252 126 144 -
CMYK 0 0.5 0.43 0.01
HSL 351.43º 0.95% 0.74% -
HSV(B) 351.43º 0.5% 0.99% -
XYZ 52.64 37.63 30.87 -
YUV 165.73 115.74 189.54 -
System Red Green Blue C M Y K H S L
Decimal 252 126 144 0 0.5 0.43 0.01 351.43 0.95 0.74
Hex FC 7E 90 0 32 2B 1 15F 5F 4A
Octal 374 176 220 0 62 53 1 537 137 112
Binary 11111100 1111110 10010000 0 110010 101011 1 101011111 1011111 1001010

Color Harmonies of #FC7E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7E90

Black with #FC7E90

Text Example


Text Example

White with #FC7E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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