Html Css Color HEX #FC2D4D Radical Red

📋 copy color: '#FC2D4D'

red 252 ◦ green 45 ◦ blue 77

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

Shades of Radical Red #FC2D4D

Tints of Radical Red #FC2D4D

RGB

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

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

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

R = 67.38%
G = 12.03%
B = 20.59%

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

#FC2D4D (or 0xFC2D4D) is known color: Radical Red. HEX triplet: FC, 2D and 4D. RGB value is (252,45,77). Sum of RGB (Red+Green+Blue) = 252+45+77=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2D4D is #03D2B2. Grayscale: #6E6E6E. Windows color (decimal): -250547 or 5058044. OLE color: 5058044.

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

Color convert

RGB 252 45 77 -
CMYK 0 0.82 0.69 0.01
HSL 350.72º 0.97% 0.58% -
HSV(B) 350.72º 0.82% 0.99% -
XYZ 42.42 23.11 9.25 -
YUV 110.54 109.08 228.9 -
System Red Green Blue C M Y K H S L
Decimal 252 45 77 0 0.82 0.69 0.01 350.72 0.97 0.58
Hex FC 2D 4D 0 52 45 1 15F 61 3A
Octal 374 55 115 0 122 105 1 537 141 72
Binary 11111100 101101 1001101 0 1010010 1000101 1 101011111 1100001 111010

Color Harmonies of #FC2D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D4D

Black with #FC2D4D

Text Example


Text Example

White with #FC2D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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