Html Css Color HEX #FC3A72 Radical Red

📋 copy color: '#FC3A72'

red 252 ◦ green 58 ◦ blue 114

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

Shades of Radical Red #FC3A72

Tints of Radical Red #FC3A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.89%

R = 59.43%
G = 13.68%
B = 26.89%

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

#FC3A72 (or 0xFC3A72) is known color: Radical Red. HEX triplet: FC, 3A and 72. RGB value is (252,58,114). Sum of RGB (Red+Green+Blue) = 252+58+114=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3A72 is #03C58D. Grayscale: #7A7A7A. Windows color (decimal): -247182 or 7486204. OLE color: 7486204.

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

Color convert

RGB 252 58 114 -
CMYK 0 0.77 0.55 0.01
HSL 342.68º 0.97% 0.61% -
HSV(B) 342.68º 0.77% 0.99% -
XYZ 44.7 24.94 18.38 -
YUV 122.39 123.27 220.45 -
System Red Green Blue C M Y K H S L
Decimal 252 58 114 0 0.77 0.55 0.01 342.68 0.97 0.61
Hex FC 3A 72 0 4D 37 1 157 61 3D
Octal 374 72 162 0 115 67 1 527 141 75
Binary 11111100 111010 1110010 0 1001101 110111 1 101010111 1100001 111101

Color Harmonies of #FC3A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A72

Black with #FC3A72

Text Example


Text Example

White with #FC3A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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