Html Css Color HEX #FC2773 Radical Red

📋 copy color: '#FC2773'

red 252 ◦ green 39 ◦ blue 115

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

Shades of Radical Red #FC2773

Tints of Radical Red #FC2773

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.61%

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

R = 62.07%
G = 9.61%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC2773 (or 0xFC2773) is known color: Radical Red. HEX triplet: FC, 27 and 73. RGB value is (252,39,115). Sum of RGB (Red+Green+Blue) = 252+39+115=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2773 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2773 is #03D88C. Grayscale: #6F6F6F. Windows color (decimal): -252045 or 7546876. OLE color: 7546876.

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

Color convert

RGB 252 39 115 -
CMYK 0 0.85 0.54 0.01
HSL 338.59º 0.97% 0.57% -
HSV(B) 338.59º 0.85% 0.99% -
XYZ 43.96 23.38 18.42 -
YUV 111.35 130.07 228.32 -
System Red Green Blue C M Y K H S L
Decimal 252 39 115 0 0.85 0.54 0.01 338.59 0.97 0.57
Hex FC 27 73 0 55 36 1 153 61 39
Octal 374 47 163 0 125 66 1 523 141 71
Binary 11111100 100111 1110011 0 1010101 110110 1 101010011 1100001 111001

Color Harmonies of #FC2773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2773

Black with #FC2773

Text Example


Text Example

White with #FC2773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2773; }

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

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

background-color css

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

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

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

border-color css

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

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

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