Html Css Color HEX #FC2A72 Radical Red

📋 copy color: '#FC2A72'

red 252 ◦ green 42 ◦ blue 114

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

Shades of Radical Red #FC2A72

Tints of Radical Red #FC2A72

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.29%

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

R = 61.76%
G = 10.29%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC2A72 (or 0xFC2A72) is known color: Radical Red. HEX triplet: FC, 2A and 72. RGB value is (252,42,114). Sum of RGB (Red+Green+Blue) = 252+42+114=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 42 (16.80% from 255 or 10.29% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2A72 is #03D58D. Grayscale: #707070. Windows color (decimal): -251278 or 7482108. OLE color: 7482108.

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

Color convert

RGB 252 42 114 -
CMYK 0 0.83 0.55 0.01
HSL 339.43º 0.97% 0.58% -
HSV(B) 339.43º 0.83% 0.99% -
XYZ 44.01 23.57 18.15 -
YUV 113 128.57 227.15 -
System Red Green Blue C M Y K H S L
Decimal 252 42 114 0 0.83 0.55 0.01 339.43 0.97 0.58
Hex FC 2A 72 0 53 37 1 153 61 3A
Octal 374 52 162 0 123 67 1 523 141 72
Binary 11111100 101010 1110010 0 1010011 110111 1 101010011 1100001 111010

Color Harmonies of #FC2A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2A72

Black with #FC2A72

Text Example


Text Example

White with #FC2A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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