Html Css Color HEX #FC1E63 Radical Red

📋 copy color: '#FC1E63'

red 252 ◦ green 30 ◦ blue 99

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

Shades of Radical Red #FC1E63

Tints of Radical Red #FC1E63

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.87%

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

R = 66.14%
G = 7.87%
B = 25.98%

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

#FC1E63 (or 0xFC1E63) is known color: Radical Red. HEX triplet: FC, 1E and 63. RGB value is (252,30,99). Sum of RGB (Red+Green+Blue) = 252+30+99=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1E63 is #03E19C. Grayscale: #686868. Windows color (decimal): -254365 or 6495996. OLE color: 6495996.

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

Color convert

RGB 252 30 99 -
CMYK 0 0.88 0.61 0.01
HSL 341.35º 0.97% 0.55% -
HSV(B) 341.35º 0.88% 0.99% -
XYZ 42.86 22.52 13.89 -
YUV 104.24 125.05 233.39 -
System Red Green Blue C M Y K H S L
Decimal 252 30 99 0 0.88 0.61 0.01 341.35 0.97 0.55
Hex FC 1E 63 0 58 3D 1 155 61 37
Octal 374 36 143 0 130 75 1 525 141 67
Binary 11111100 11110 1100011 0 1011000 111101 1 101010101 1100001 110111

Color Harmonies of #FC1E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E63

Black with #FC1E63

Text Example


Text Example

White with #FC1E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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