Html Css Color HEX #FC2D4E Radical Red

📋 copy color: '#FC2D4E'

red 252 ◦ green 45 ◦ blue 78

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

Shades of Radical Red #FC2D4E

Tints of Radical Red #FC2D4E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12%

 BLUE value IS 78 (30.86% from 255) = 20.8%

R = 67.2%
G = 12%
B = 20.8%

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

#FC2D4E (or 0xFC2D4E) is known color: Radical Red. HEX triplet: FC, 2D and 4E. RGB value is (252,45,78). Sum of RGB (Red+Green+Blue) = 252+45+78=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2D4E is #03D2B1. Grayscale: #6E6E6E. Windows color (decimal): -250546 or 5123580. OLE color: 5123580.

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

Color convert

RGB 252 45 78 -
CMYK 0 0.82 0.69 0.01
HSL 350.43º 0.97% 0.58% -
HSV(B) 350.43º 0.82% 0.99% -
XYZ 42.46 23.12 9.43 -
YUV 110.66 109.58 228.82 -
System Red Green Blue C M Y K H S L
Decimal 252 45 78 0 0.82 0.69 0.01 350.43 0.97 0.58
Hex FC 2D 4E 0 52 45 1 15E 61 3A
Octal 374 55 116 0 122 105 1 536 141 72
Binary 11111100 101101 1001110 0 1010010 1000101 1 101011110 1100001 111010

Color Harmonies of #FC2D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D4E

Black with #FC2D4E

Text Example


Text Example

White with #FC2D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D4E; }

 p { color: rgb(252,45,78); }

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

background-color css

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

 a { background-color: rgb(252,45,78); }

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

border-color css

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

 span { border-color: rgb(252,45,78); }

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