Html Css Color HEX #FC7A8B Carissma

📋 copy color: '#FC7A8B'

red 252 ◦ green 122 ◦ blue 139

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

Shades of Carissma #FC7A8B

Tints of Carissma #FC7A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.1%

R = 49.12%
G = 23.78%
B = 27.1%

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

#FC7A8B (or 0xFC7A8B) is known color: Carissma. HEX triplet: FC, 7A and 8B. RGB value is (252,122,139). Sum of RGB (Red+Green+Blue) = 252+122+139=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7A8B is #038574. Grayscale: #A2A2A2. Windows color (decimal): -230773 or 9140988. OLE color: 9140988.

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

Color convert

RGB 252 122 139 -
CMYK 0 0.52 0.45 0.01
HSL 352.15º 0.96% 0.73% -
HSV(B) 352.15º 0.52% 0.99% -
XYZ 51.76 36.48 28.74 -
YUV 162.81 114.57 191.62 -
System Red Green Blue C M Y K H S L
Decimal 252 122 139 0 0.52 0.45 0.01 352.15 0.96 0.73
Hex FC 7A 8B 0 34 2D 1 160 60 49
Octal 374 172 213 0 64 55 1 540 140 111
Binary 11111100 1111010 10001011 0 110100 101101 1 101100000 1100000 1001001

Color Harmonies of #FC7A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A8B

Black with #FC7A8B

Text Example


Text Example

White with #FC7A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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