Html Css Color HEX #FC7A91 Carissma

📋 copy color: '#FC7A91'

red 252 ◦ green 122 ◦ blue 145

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

Shades of Carissma #FC7A91

Tints of Carissma #FC7A91

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.51%

 BLUE value IS 145 (57.03% from 255) = 27.94%

R = 48.55%
G = 23.51%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC7A91 (or 0xFC7A91) is known color: Carissma. HEX triplet: FC, 7A and 91. RGB value is (252,122,145). Sum of RGB (Red+Green+Blue) = 252+122+145=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7A91 is #03856E. Grayscale: #A3A3A3. Windows color (decimal): -230767 or 9534204. OLE color: 9534204.

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

Color convert

RGB 252 122 145 -
CMYK 0 0.52 0.42 0.01
HSL 349.38º 0.96% 0.73% -
HSV(B) 349.38º 0.52% 0.99% -
XYZ 52.22 36.66 31.11 -
YUV 163.49 117.57 191.13 -
System Red Green Blue C M Y K H S L
Decimal 252 122 145 0 0.52 0.42 0.01 349.38 0.96 0.73
Hex FC 7A 91 0 34 2A 1 15D 60 49
Octal 374 172 221 0 64 52 1 535 140 111
Binary 11111100 1111010 10010001 0 110100 101010 1 101011101 1100000 1001001

Color Harmonies of #FC7A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A91

Black with #FC7A91

Text Example


Text Example

White with #FC7A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A91; }

 p { color: rgb(252,122,145); }

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

background-color css

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

 a { background-color: rgb(252,122,145); }

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

border-color css

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

 span { border-color: rgb(252,122,145); }

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