Html Css Color HEX #FC2557 Radical Red

📋 copy color: '#FC2557'

red 252 ◦ green 37 ◦ blue 87

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

Shades of Radical Red #FC2557

Tints of Radical Red #FC2557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.14%

R = 67.02%
G = 9.84%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FC2557 (or 0xFC2557) is known color: Radical Red. HEX triplet: FC, 25 and 57. RGB value is (252,37,87). Sum of RGB (Red+Green+Blue) = 252+37+87=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2557 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2557 is #03DAA8. Grayscale: #6B6B6B. Windows color (decimal): -252585 or 5711356. OLE color: 5711356.

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

Color convert

RGB 252 37 87 -
CMYK 0 0.85 0.65 0.01
HSL 346.05º 0.97% 0.57% -
HSV(B) 346.05º 0.85% 0.99% -
XYZ 42.53 22.71 11.16 -
YUV 106.99 116.73 231.43 -
System Red Green Blue C M Y K H S L
Decimal 252 37 87 0 0.85 0.65 0.01 346.05 0.97 0.57
Hex FC 25 57 0 55 41 1 15A 61 39
Octal 374 45 127 0 125 101 1 532 141 71
Binary 11111100 100101 1010111 0 1010101 1000001 1 101011010 1100001 111001

Color Harmonies of #FC2557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2557

Black with #FC2557

Text Example


Text Example

White with #FC2557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2557; }

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

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

background-color css

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

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

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

border-color css

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

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

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