Html Css Color HEX #FC2D5A Radical Red

📋 copy color: '#FC2D5A'

red 252 ◦ green 45 ◦ blue 90

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

Shades of Radical Red #FC2D5A

Tints of Radical Red #FC2D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.26%

R = 65.12%
G = 11.63%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC2D5A (or 0xFC2D5A) is known color: Radical Red. HEX triplet: FC, 2D and 5A. RGB value is (252,45,90). Sum of RGB (Red+Green+Blue) = 252+45+90=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2D5A is #03D2A5. Grayscale: #707070. Windows color (decimal): -250534 or 5910012. OLE color: 5910012.

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

Color convert

RGB 252 45 90 -
CMYK 0 0.82 0.64 0.01
HSL 346.96º 0.97% 0.58% -
HSV(B) 346.96º 0.82% 0.99% -
XYZ 42.93 23.31 11.91 -
YUV 112.02 115.58 227.84 -
System Red Green Blue C M Y K H S L
Decimal 252 45 90 0 0.82 0.64 0.01 346.96 0.97 0.58
Hex FC 2D 5A 0 52 40 1 15B 61 3A
Octal 374 55 132 0 122 100 1 533 141 72
Binary 11111100 101101 1011010 0 1010010 1000000 1 101011011 1100001 111010

Color Harmonies of #FC2D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D5A

Black with #FC2D5A

Text Example


Text Example

White with #FC2D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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