Html Css Color HEX #FC7F8D Carissma

📋 copy color: '#FC7F8D'

red 252 ◦ green 127 ◦ blue 141

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

Shades of Carissma #FC7F8D

Tints of Carissma #FC7F8D

RGB

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

 GREEN value IS 127 (50% from 255) = 24.42%

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

R = 48.46%
G = 24.42%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC7F8D (or 0xFC7F8D) is known color: Carissma. HEX triplet: FC, 7F and 8D. RGB value is (252,127,141). Sum of RGB (Red+Green+Blue) = 252+127+141=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7F8D is #038072. Grayscale: #A6A6A6. Windows color (decimal): -229491 or 9273340. OLE color: 9273340.

HSL color Cylindrical-coordinate representation of color #FC7F8D: hue angle of 353.28º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7F8D is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 127 141 -
CMYK 0 0.50 0.44 0.01
HSL 353.28º 0.95% 0.74% -
HSV(B) 353.28º 0.5% 0.99% -
XYZ 52.54 37.8 29.73 -
YUV 165.97 113.91 189.36 -
System Red Green Blue C M Y K H S L
Decimal 252 127 141 0 0.50 0.44 0.01 353.28 0.95 0.74
Hex FC 7F 8D 0 32 2C 1 161 5F 4A
Octal 374 177 215 0 62 54 1 541 137 112
Binary 11111100 1111111 10001101 0 110010 101100 1 101100001 1011111 1001010

Color Harmonies of #FC7F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7F8D

Black with #FC7F8D

Text Example


Text Example

White with #FC7F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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