Html Css Color HEX #FC2D4F Radical Red

📋 copy color: '#FC2D4F'

red 252 ◦ green 45 ◦ blue 79

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

Shades of Radical Red #FC2D4F

Tints of Radical Red #FC2D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.01%

R = 67.02%
G = 11.97%
B = 21.01%

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

#FC2D4F (or 0xFC2D4F) is known color: Radical Red. HEX triplet: FC, 2D and 4F. RGB value is (252,45,79). Sum of RGB (Red+Green+Blue) = 252+45+79=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2D4F is #03D2B0. Grayscale: #6E6E6E. Windows color (decimal): -250545 or 5189116. OLE color: 5189116.

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

Color convert

RGB 252 45 79 -
CMYK 0 0.82 0.69 0.01
HSL 350.14º 0.97% 0.58% -
HSV(B) 350.14º 0.82% 0.99% -
XYZ 42.49 23.14 9.62 -
YUV 110.77 110.08 228.74 -
System Red Green Blue C M Y K H S L
Decimal 252 45 79 0 0.82 0.69 0.01 350.14 0.97 0.58
Hex FC 2D 4F 0 52 45 1 15E 61 3A
Octal 374 55 117 0 122 105 1 536 141 72
Binary 11111100 101101 1001111 0 1010010 1000101 1 101011110 1100001 111010

Color Harmonies of #FC2D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D4F

Black with #FC2D4F

Text Example


Text Example

White with #FC2D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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