Html Css Color HEX #FC1E73 Radical Red

📋 copy color: '#FC1E73'

red 252 ◦ green 30 ◦ blue 115

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

Shades of Radical Red #FC1E73

Tints of Radical Red #FC1E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.97%

R = 63.48%
G = 7.56%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC1E73 (or 0xFC1E73) is known color: Radical Red. HEX triplet: FC, 1E and 73. RGB value is (252,30,115). Sum of RGB (Red+Green+Blue) = 252+30+115=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1E73 is #03E18C. Grayscale: #696969. Windows color (decimal): -254349 or 7544572. OLE color: 7544572.

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

Color convert

RGB 252 30 115 -
CMYK 0 0.88 0.54 0.01
HSL 337.03º 0.97% 0.55% -
HSV(B) 337.03º 0.88% 0.99% -
XYZ 43.7 22.86 18.33 -
YUV 106.07 133.05 232.09 -
System Red Green Blue C M Y K H S L
Decimal 252 30 115 0 0.88 0.54 0.01 337.03 0.97 0.55
Hex FC 1E 73 0 58 36 1 151 61 37
Octal 374 36 163 0 130 66 1 521 141 67
Binary 11111100 11110 1110011 0 1011000 110110 1 101010001 1100001 110111

Color Harmonies of #FC1E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E73

Black with #FC1E73

Text Example


Text Example

White with #FC1E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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