Html Css Color HEX #FC2E4D Radical Red

📋 copy color: '#FC2E4D'

red 252 ◦ green 46 ◦ blue 77

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

Shades of Radical Red #FC2E4D

Tints of Radical Red #FC2E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.27%

 BLUE value IS 77 (30.47% from 255) = 20.53%

R = 67.2%
G = 12.27%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC2E4D (or 0xFC2E4D) is known color: Radical Red. HEX triplet: FC, 2E and 4D. RGB value is (252,46,77). Sum of RGB (Red+Green+Blue) = 252+46+77=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2E4D is #03D1B2. Grayscale: #6F6F6F. Windows color (decimal): -250291 or 5058300. OLE color: 5058300.

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

Color convert

RGB 252 46 77 -
CMYK 0 0.82 0.69 0.01
HSL 350.97º 0.97% 0.58% -
HSV(B) 350.97º 0.82% 0.99% -
XYZ 42.46 23.19 9.26 -
YUV 111.13 108.75 228.48 -
System Red Green Blue C M Y K H S L
Decimal 252 46 77 0 0.82 0.69 0.01 350.97 0.97 0.58
Hex FC 2E 4D 0 52 45 1 15F 61 3A
Octal 374 56 115 0 122 105 1 537 141 72
Binary 11111100 101110 1001101 0 1010010 1000101 1 101011111 1100001 111010

Color Harmonies of #FC2E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2E4D

Black with #FC2E4D

Text Example


Text Example

White with #FC2E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2E4D; }

 p { color: rgb(252,46,77); }

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

background-color css

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

 a { background-color: rgb(252,46,77); }

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

border-color css

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

 span { border-color: rgb(252,46,77); }

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