Html Css Color HEX #FC7A8A Carissma

📋 copy color: '#FC7A8A'

red 252 ◦ green 122 ◦ blue 138

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

Shades of Carissma #FC7A8A

Tints of Carissma #FC7A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.95%

R = 49.22%
G = 23.83%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC7A8A (or 0xFC7A8A) is known color: Carissma. HEX triplet: FC, 7A and 8A. RGB value is (252,122,138). Sum of RGB (Red+Green+Blue) = 252+122+138=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7A8A is #038575. Grayscale: #A2A2A2. Windows color (decimal): -230774 or 9075452. OLE color: 9075452.

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

Color convert

RGB 252 122 138 -
CMYK 0 0.52 0.45 0.01
HSL 352.62º 0.96% 0.73% -
HSV(B) 352.62º 0.52% 0.99% -
XYZ 51.69 36.45 28.36 -
YUV 162.69 114.07 191.7 -
System Red Green Blue C M Y K H S L
Decimal 252 122 138 0 0.52 0.45 0.01 352.62 0.96 0.73
Hex FC 7A 8A 0 34 2D 1 161 60 49
Octal 374 172 212 0 64 55 1 541 140 111
Binary 11111100 1111010 10001010 0 110100 101101 1 101100001 1100000 1001001

Color Harmonies of #FC7A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A8A

Black with #FC7A8A

Text Example


Text Example

White with #FC7A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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