Html Css Color HEX #FC2D50 Radical Red

📋 copy color: '#FC2D50'

red 252 ◦ green 45 ◦ blue 80

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

Shades of Radical Red #FC2D50

Tints of Radical Red #FC2D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.22%

R = 66.84%
G = 11.94%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC2D50 (or 0xFC2D50) is known color: Radical Red. HEX triplet: FC, 2D and 50. RGB value is (252,45,80). Sum of RGB (Red+Green+Blue) = 252+45+80=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2D50 is #03D2AF. Grayscale: #6E6E6E. Windows color (decimal): -250544 or 5254652. OLE color: 5254652.

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

Color convert

RGB 252 45 80 -
CMYK 0 0.82 0.68 0.01
HSL 349.86º 0.97% 0.58% -
HSV(B) 349.86º 0.82% 0.99% -
XYZ 42.53 23.15 9.82 -
YUV 110.88 110.58 228.65 -
System Red Green Blue C M Y K H S L
Decimal 252 45 80 0 0.82 0.68 0.01 349.86 0.97 0.58
Hex FC 2D 50 0 52 44 1 15E 61 3A
Octal 374 55 120 0 122 104 1 536 141 72
Binary 11111100 101101 1010000 0 1010010 1000100 1 101011110 1100001 111010

Color Harmonies of #FC2D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D50

Black with #FC2D50

Text Example


Text Example

White with #FC2D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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