Html Css Color HEX #FC4D63 Radical Red

📋 copy color: '#FC4D63'

red 252 ◦ green 77 ◦ blue 99

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

Shades of Radical Red #FC4D63

Tints of Radical Red #FC4D63

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.99%

 BLUE value IS 99 (39.06% from 255) = 23.13%

R = 58.88%
G = 17.99%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC4D63 (or 0xFC4D63) is known color: Radical Red. HEX triplet: FC, 4D and 63. RGB value is (252,77,99). Sum of RGB (Red+Green+Blue) = 252+77+99=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4D63 is #03B29C. Grayscale: #838383. Windows color (decimal): -242333 or 6508028. OLE color: 6508028.

HSL color Cylindrical-coordinate representation of color #FC4D63: hue angle of 352.46º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC4D63 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 77 99 -
CMYK 0 0.69 0.61 0.01
HSL 352.46º 0.97% 0.65% -
HSV(B) 352.46º 0.69% 0.99% -
XYZ 45.05 26.9 14.62 -
YUV 131.83 109.48 213.71 -
System Red Green Blue C M Y K H S L
Decimal 252 77 99 0 0.69 0.61 0.01 352.46 0.97 0.65
Hex FC 4D 63 0 45 3D 1 160 61 41
Octal 374 115 143 0 105 75 1 540 141 101
Binary 11111100 1001101 1100011 0 1000101 111101 1 101100000 1100001 1000001

Color Harmonies of #FC4D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4D63

Black with #FC4D63

Text Example


Text Example

White with #FC4D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4D63; }

 p { color: rgb(252,77,99); }

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

background-color css

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

 a { background-color: rgb(252,77,99); }

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

border-color css

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

 span { border-color: rgb(252,77,99); }

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