Html Css Color HEX #FC778D Carissma

📋 copy color: '#FC778D'

red 252 ◦ green 119 ◦ blue 141

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

Shades of Carissma #FC778D

Tints of Carissma #FC778D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.54%

R = 49.22%
G = 23.24%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC778D (or 0xFC778D) is known color: Carissma. HEX triplet: FC, 77 and 8D. RGB value is (252,119,141). Sum of RGB (Red+Green+Blue) = 252+119+141=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC778D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC778D is #038872. Grayscale: #A1A1A1. Windows color (decimal): -231539 or 9271292. OLE color: 9271292.

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

Color convert

RGB 252 119 141 -
CMYK 0 0.53 0.44 0.01
HSL 350.08º 0.96% 0.73% -
HSV(B) 350.08º 0.53% 0.99% -
XYZ 51.55 35.81 29.39 -
YUV 161.28 116.56 192.71 -
System Red Green Blue C M Y K H S L
Decimal 252 119 141 0 0.53 0.44 0.01 350.08 0.96 0.73
Hex FC 77 8D 0 35 2C 1 15E 60 49
Octal 374 167 215 0 65 54 1 536 140 111
Binary 11111100 1110111 10001101 0 110101 101100 1 101011110 1100000 1001001

Color Harmonies of #FC778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC778D

Black with #FC778D

Text Example


Text Example

White with #FC778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC778D; }

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

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

background-color css

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

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

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

border-color css

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

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

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