Html Css Color HEX #FC7B90 Carissma

📋 copy color: '#FC7B90'

red 252 ◦ green 123 ◦ blue 144

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

Shades of Carissma #FC7B90

Tints of Carissma #FC7B90

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.7%

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

R = 48.55%
G = 23.7%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC7B90 (or 0xFC7B90) is known color: Carissma. HEX triplet: FC, 7B and 90. RGB value is (252,123,144). Sum of RGB (Red+Green+Blue) = 252+123+144=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7B90 is #03846F. Grayscale: #A4A4A4. Windows color (decimal): -230512 or 9468924. OLE color: 9468924.

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

Color convert

RGB 252 123 144 -
CMYK 0 0.51 0.43 0.01
HSL 350.23º 0.96% 0.74% -
HSV(B) 350.23º 0.51% 0.99% -
XYZ 52.26 36.87 30.75 -
YUV 163.97 116.74 190.79 -
System Red Green Blue C M Y K H S L
Decimal 252 123 144 0 0.51 0.43 0.01 350.23 0.96 0.74
Hex FC 7B 90 0 33 2B 1 15E 60 4A
Octal 374 173 220 0 63 53 1 536 140 112
Binary 11111100 1111011 10010000 0 110011 101011 1 101011110 1100000 1001010

Color Harmonies of #FC7B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B90

Black with #FC7B90

Text Example


Text Example

White with #FC7B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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