Html Css Color HEX #FC2250 Radical Red

📋 copy color: '#FC2250'

red 252 ◦ green 34 ◦ blue 80

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

Shades of Radical Red #FC2250

Tints of Radical Red #FC2250

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.29%

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

R = 68.85%
G = 9.29%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC2250 (or 0xFC2250) is known color: Radical Red. HEX triplet: FC, 22 and 50. RGB value is (252,34,80). Sum of RGB (Red+Green+Blue) = 252+34+80=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2250 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2250 is #03DDAF. Grayscale: #686868. Windows color (decimal): -253360 or 5251836. OLE color: 5251836.

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

Color convert

RGB 252 34 80 -
CMYK 0 0.87 0.68 0.01
HSL 347.34º 0.97% 0.56% -
HSV(B) 347.34º 0.87% 0.99% -
XYZ 42.16 22.42 9.69 -
YUV 104.43 114.22 233.26 -
System Red Green Blue C M Y K H S L
Decimal 252 34 80 0 0.87 0.68 0.01 347.34 0.97 0.56
Hex FC 22 50 0 57 44 1 15B 61 38
Octal 374 42 120 0 127 104 1 533 141 70
Binary 11111100 100010 1010000 0 1010111 1000100 1 101011011 1100001 111000

Color Harmonies of #FC2250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2250

Black with #FC2250

Text Example


Text Example

White with #FC2250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2250; }

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

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

background-color css

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

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

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

border-color css

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

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

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