Html Css Color HEX #FC2555 Radical Red

📋 copy color: '#FC2555'

red 252 ◦ green 37 ◦ blue 85

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

Shades of Radical Red #FC2555

Tints of Radical Red #FC2555

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.89%

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

R = 67.38%
G = 9.89%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC2555 (or 0xFC2555) is known color: Radical Red. HEX triplet: FC, 25 and 55. RGB value is (252,37,85). Sum of RGB (Red+Green+Blue) = 252+37+85=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2555 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2555 is #03DAAA. Grayscale: #6A6A6A. Windows color (decimal): -252587 or 5580284. OLE color: 5580284.

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

Color convert

RGB 252 37 85 -
CMYK 0 0.85 0.66 0.01
HSL 346.6º 0.97% 0.57% -
HSV(B) 346.6º 0.85% 0.99% -
XYZ 42.45 22.67 10.73 -
YUV 106.76 115.73 231.6 -
System Red Green Blue C M Y K H S L
Decimal 252 37 85 0 0.85 0.66 0.01 346.6 0.97 0.57
Hex FC 25 55 0 55 42 1 15B 61 39
Octal 374 45 125 0 125 102 1 533 141 71
Binary 11111100 100101 1010101 0 1010101 1000010 1 101011011 1100001 111001

Color Harmonies of #FC2555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2555

Black with #FC2555

Text Example


Text Example

White with #FC2555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2555; }

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

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

background-color css

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

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

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

border-color css

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

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

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