Html Css Color HEX #FC3E73 Radical Red

📋 copy color: '#FC3E73'

red 252 ◦ green 62 ◦ blue 115

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

Shades of Radical Red #FC3E73

Tints of Radical Red #FC3E73

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.45%

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

R = 58.74%
G = 14.45%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC3E73 (or 0xFC3E73) is known color: Radical Red. HEX triplet: FC, 3E and 73. RGB value is (252,62,115). Sum of RGB (Red+Green+Blue) = 252+62+115=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3E73 is #03C18C. Grayscale: #7C7C7C. Windows color (decimal): -246157 or 7552764. OLE color: 7552764.

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

Color convert

RGB 252 62 115 -
CMYK 0 0.75 0.54 0.01
HSL 343.26º 0.97% 0.62% -
HSV(B) 343.26º 0.75% 0.99% -
XYZ 44.96 25.38 18.75 -
YUV 124.85 122.45 218.69 -
System Red Green Blue C M Y K H S L
Decimal 252 62 115 0 0.75 0.54 0.01 343.26 0.97 0.62
Hex FC 3E 73 0 4B 36 1 157 61 3E
Octal 374 76 163 0 113 66 1 527 141 76
Binary 11111100 111110 1110011 0 1001011 110110 1 101010111 1100001 111110

Color Harmonies of #FC3E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3E73

Black with #FC3E73

Text Example


Text Example

White with #FC3E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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