Html Css Color HEX #FC7A89 Carissma

📋 copy color: '#FC7A89'

red 252 ◦ green 122 ◦ blue 137

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

Shades of Carissma #FC7A89

Tints of Carissma #FC7A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 26.81%

R = 49.32%
G = 23.87%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC7A89 (or 0xFC7A89) is known color: Carissma. HEX triplet: FC, 7A and 89. RGB value is (252,122,137). Sum of RGB (Red+Green+Blue) = 252+122+137=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7A89 is #038576. Grayscale: #A2A2A2. Windows color (decimal): -230775 or 9009916. OLE color: 9009916.

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

Color convert

RGB 252 122 137 -
CMYK 0 0.52 0.46 0.01
HSL 353.08º 0.96% 0.73% -
HSV(B) 353.08º 0.52% 0.99% -
XYZ 51.62 36.42 27.98 -
YUV 162.58 113.57 191.78 -
System Red Green Blue C M Y K H S L
Decimal 252 122 137 0 0.52 0.46 0.01 353.08 0.96 0.73
Hex FC 7A 89 0 34 2E 1 161 60 49
Octal 374 172 211 0 64 56 1 541 140 111
Binary 11111100 1111010 10001001 0 110100 101110 1 101100001 1100000 1001001

Color Harmonies of #FC7A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A89

Black with #FC7A89

Text Example


Text Example

White with #FC7A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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