Html Css Color HEX #FC2853 Radical Red

📋 copy color: '#FC2853'

red 252 ◦ green 40 ◦ blue 83

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

Shades of Radical Red #FC2853

Tints of Radical Red #FC2853

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.67%

 BLUE value IS 83 (32.81% from 255) = 22.13%

R = 67.2%
G = 10.67%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FC2853 (or 0xFC2853) is known color: Radical Red. HEX triplet: FC, 28 and 53. RGB value is (252,40,83). Sum of RGB (Red+Green+Blue) = 252+40+83=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2853 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2853 is #03D7AC. Grayscale: #6C6C6C. Windows color (decimal): -251821 or 5449980. OLE color: 5449980.

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

Color convert

RGB 252 40 83 -
CMYK 0 0.84 0.67 0.01
HSL 347.83º 0.97% 0.57% -
HSV(B) 347.83º 0.84% 0.99% -
XYZ 42.47 22.84 10.35 -
YUV 108.29 113.74 230.5 -
System Red Green Blue C M Y K H S L
Decimal 252 40 83 0 0.84 0.67 0.01 347.83 0.97 0.57
Hex FC 28 53 0 54 43 1 15C 61 39
Octal 374 50 123 0 124 103 1 534 141 71
Binary 11111100 101000 1010011 0 1010100 1000011 1 101011100 1100001 111001

Color Harmonies of #FC2853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2853

Black with #FC2853

Text Example


Text Example

White with #FC2853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2853; }

 p { color: rgb(252,40,83); }

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

background-color css

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

 a { background-color: rgb(252,40,83); }

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

border-color css

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

 span { border-color: rgb(252,40,83); }

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