Html Css Color HEX #FC3A71 Radical Red

📋 copy color: '#FC3A71'

red 252 ◦ green 58 ◦ blue 113

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

Shades of Radical Red #FC3A71

Tints of Radical Red #FC3A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.71%

 BLUE value IS 113 (44.53% from 255) = 26.71%

R = 59.57%
G = 13.71%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC3A71 (or 0xFC3A71) is known color: Radical Red. HEX triplet: FC, 3A and 71. RGB value is (252,58,113). Sum of RGB (Red+Green+Blue) = 252+58+113=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3A71 is #03C58E. Grayscale: #7A7A7A. Windows color (decimal): -247183 or 7420668. OLE color: 7420668.

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

Color convert

RGB 252 58 113 -
CMYK 0 0.77 0.55 0.01
HSL 342.99º 0.97% 0.61% -
HSV(B) 342.99º 0.77% 0.99% -
XYZ 44.64 24.91 18.08 -
YUV 122.28 122.77 220.53 -
System Red Green Blue C M Y K H S L
Decimal 252 58 113 0 0.77 0.55 0.01 342.99 0.97 0.61
Hex FC 3A 71 0 4D 37 1 157 61 3D
Octal 374 72 161 0 115 67 1 527 141 75
Binary 11111100 111010 1110001 0 1001101 110111 1 101010111 1100001 111101

Color Harmonies of #FC3A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A71

Black with #FC3A71

Text Example


Text Example

White with #FC3A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A71; }

 p { color: rgb(252,58,113); }

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

background-color css

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

 a { background-color: rgb(252,58,113); }

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

border-color css

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

 span { border-color: rgb(252,58,113); }

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