Html Css Color HEX #FC2D53 Radical Red

📋 copy color: '#FC2D53'

red 252 ◦ green 45 ◦ blue 83

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

Shades of Radical Red #FC2D53

Tints of Radical Red #FC2D53

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.84%

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

R = 66.32%
G = 11.84%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FC2D53 (or 0xFC2D53) is known color: Radical Red. HEX triplet: FC, 2D and 53. RGB value is (252,45,83). Sum of RGB (Red+Green+Blue) = 252+45+83=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 45 (17.97% from 255 or 11.84% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2D53 is #03D2AC. Grayscale: #6F6F6F. Windows color (decimal): -250541 or 5451260. OLE color: 5451260.

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

Color convert

RGB 252 45 83 -
CMYK 0 0.82 0.67 0.01
HSL 348.99º 0.97% 0.58% -
HSV(B) 348.99º 0.82% 0.99% -
XYZ 42.64 23.2 10.41 -
YUV 111.23 112.08 228.41 -
System Red Green Blue C M Y K H S L
Decimal 252 45 83 0 0.82 0.67 0.01 348.99 0.97 0.58
Hex FC 2D 53 0 52 43 1 15D 61 3A
Octal 374 55 123 0 122 103 1 535 141 72
Binary 11111100 101101 1010011 0 1010010 1000011 1 101011101 1100001 111010

Color Harmonies of #FC2D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D53

Black with #FC2D53

Text Example


Text Example

White with #FC2D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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