Html Css Color HEX #FC7D8F Carissma

📋 copy color: '#FC7D8F'

red 252 ◦ green 125 ◦ blue 143

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

Shades of Carissma #FC7D8F

Tints of Carissma #FC7D8F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.04%

 BLUE value IS 143 (56.25% from 255) = 27.5%

R = 48.46%
G = 24.04%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC7D8F (or 0xFC7D8F) is known color: Carissma. HEX triplet: FC, 7D and 8F. RGB value is (252,125,143). Sum of RGB (Red+Green+Blue) = 252+125+143=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7D8F is #038270. Grayscale: #A5A5A5. Windows color (decimal): -230001 or 9403900. OLE color: 9403900.

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

Color convert

RGB 252 125 143 -
CMYK 0 0.50 0.43 0.01
HSL 351.5º 0.95% 0.74% -
HSV(B) 351.5º 0.5% 0.99% -
XYZ 52.44 37.35 30.43 -
YUV 165.03 115.58 190.04 -
System Red Green Blue C M Y K H S L
Decimal 252 125 143 0 0.50 0.43 0.01 351.5 0.95 0.74
Hex FC 7D 8F 0 32 2B 1 15F 5F 4A
Octal 374 175 217 0 62 53 1 537 137 112
Binary 11111100 1111101 10001111 0 110010 101011 1 101011111 1011111 1001010

Color Harmonies of #FC7D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D8F

Black with #FC7D8F

Text Example


Text Example

White with #FC7D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D8F; }

 p { color: rgb(252,125,143); }

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

background-color css

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

 a { background-color: rgb(252,125,143); }

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

border-color css

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

 span { border-color: rgb(252,125,143); }

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