Html Css Color HEX #FC1D63 Radical Red

📋 copy color: '#FC1D63'

red 252 ◦ green 29 ◦ blue 99

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

Shades of Radical Red #FC1D63

Tints of Radical Red #FC1D63

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.63%

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

R = 66.32%
G = 7.63%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC1D63 (or 0xFC1D63) is known color: Radical Red. HEX triplet: FC, 1D and 63. RGB value is (252,29,99). Sum of RGB (Red+Green+Blue) = 252+29+99=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1D63 is #03E29C. Grayscale: #676767. Windows color (decimal): -254621 or 6495740. OLE color: 6495740.

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

Color convert

RGB 252 29 99 -
CMYK 0 0.88 0.61 0.01
HSL 341.17º 0.97% 0.55% -
HSV(B) 341.17º 0.88% 0.99% -
XYZ 42.84 22.48 13.88 -
YUV 103.66 125.38 233.81 -
System Red Green Blue C M Y K H S L
Decimal 252 29 99 0 0.88 0.61 0.01 341.17 0.97 0.55
Hex FC 1D 63 0 58 3D 1 155 61 37
Octal 374 35 143 0 130 75 1 525 141 67
Binary 11111100 11101 1100011 0 1011000 111101 1 101010101 1100001 110111

Color Harmonies of #FC1D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1D63

Black with #FC1D63

Text Example


Text Example

White with #FC1D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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