Html Css Color HEX #FC2950 Radical Red

📋 copy color: '#FC2950'

red 252 ◦ green 41 ◦ blue 80

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

Shades of Radical Red #FC2950

Tints of Radical Red #FC2950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.99%

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

R = 67.56%
G = 10.99%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC2950 (or 0xFC2950) is known color: Radical Red. HEX triplet: FC, 29 and 50. RGB value is (252,41,80). Sum of RGB (Red+Green+Blue) = 252+41+80=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2950 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2950 is #03D6AF. Grayscale: #6C6C6C. Windows color (decimal): -251568 or 5253628. OLE color: 5253628.

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

Color convert

RGB 252 41 80 -
CMYK 0 0.84 0.68 0.01
HSL 348.91º 0.97% 0.57% -
HSV(B) 348.91º 0.84% 0.99% -
XYZ 42.39 22.86 9.77 -
YUV 108.54 111.9 230.33 -
System Red Green Blue C M Y K H S L
Decimal 252 41 80 0 0.84 0.68 0.01 348.91 0.97 0.57
Hex FC 29 50 0 54 44 1 15D 61 39
Octal 374 51 120 0 124 104 1 535 141 71
Binary 11111100 101001 1010000 0 1010100 1000100 1 101011101 1100001 111001

Color Harmonies of #FC2950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2950

Black with #FC2950

Text Example


Text Example

White with #FC2950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2950; }

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

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

background-color css

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

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

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

border-color css

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

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

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