Html Css Color HEX #FC7C8F Carissma

📋 copy color: '#FC7C8F'

red 252 ◦ green 124 ◦ blue 143

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

Shades of Carissma #FC7C8F

Tints of Carissma #FC7C8F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.89%

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

R = 48.55%
G = 23.89%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC7C8F (or 0xFC7C8F) is known color: Carissma. HEX triplet: FC, 7C and 8F. RGB value is (252,124,143). Sum of RGB (Red+Green+Blue) = 252+124+143=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7C8F is #038370. Grayscale: #A4A4A4. Windows color (decimal): -230257 or 9403644. OLE color: 9403644.

HSL color Cylindrical-coordinate representation of color #FC7C8F: hue angle of 351.09º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7C8F is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 124 143 -
CMYK 0 0.51 0.43 0.01
HSL 351.09º 0.96% 0.74% -
HSV(B) 351.09º 0.51% 0.99% -
XYZ 52.31 37.09 30.39 -
YUV 164.44 115.91 190.46 -
System Red Green Blue C M Y K H S L
Decimal 252 124 143 0 0.51 0.43 0.01 351.09 0.96 0.74
Hex FC 7C 8F 0 33 2B 1 15F 60 4A
Octal 374 174 217 0 63 53 1 537 140 112
Binary 11111100 1111100 10001111 0 110011 101011 1 101011111 1100000 1001010

Color Harmonies of #FC7C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7C8F

Black with #FC7C8F

Text Example


Text Example

White with #FC7C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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