Html Css Color HEX #FC2955 Radical Red

📋 copy color: '#FC2955'

red 252 ◦ green 41 ◦ blue 85

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

Shades of Radical Red #FC2955

Tints of Radical Red #FC2955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.49%

R = 66.67%
G = 10.85%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC2955 (or 0xFC2955) is known color: Radical Red. HEX triplet: FC, 29 and 55. RGB value is (252,41,85). Sum of RGB (Red+Green+Blue) = 252+41+85=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2955 is #03D6AA. Grayscale: #6D6D6D. Windows color (decimal): -251563 or 5581308. OLE color: 5581308.

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

Color convert

RGB 252 41 85 -
CMYK 0 0.84 0.66 0.01
HSL 347.49º 0.97% 0.57% -
HSV(B) 347.49º 0.84% 0.99% -
XYZ 42.58 22.94 10.78 -
YUV 109.11 114.4 229.92 -
System Red Green Blue C M Y K H S L
Decimal 252 41 85 0 0.84 0.66 0.01 347.49 0.97 0.57
Hex FC 29 55 0 54 42 1 15B 61 39
Octal 374 51 125 0 124 102 1 533 141 71
Binary 11111100 101001 1010101 0 1010100 1000010 1 101011011 1100001 111001

Color Harmonies of #FC2955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2955

Black with #FC2955

Text Example


Text Example

White with #FC2955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2955; }

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

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

background-color css

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

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

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

border-color css

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

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

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