Html Css Color HEX #FC2D75 Radical Red

📋 copy color: '#FC2D75'

red 252 ◦ green 45 ◦ blue 117

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

Shades of Radical Red #FC2D75

Tints of Radical Red #FC2D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.26%

R = 60.87%
G = 10.87%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC2D75 (or 0xFC2D75) is known color: Radical Red. HEX triplet: FC, 2D and 75. RGB value is (252,45,117). Sum of RGB (Red+Green+Blue) = 252+45+117=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2D75 is #03D28A. Grayscale: #737373. Windows color (decimal): -250507 or 7679484. OLE color: 7679484.

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

Color convert

RGB 252 45 117 -
CMYK 0 0.82 0.54 0.01
HSL 339.13º 0.97% 0.58% -
HSV(B) 339.13º 0.82% 0.99% -
XYZ 44.29 23.86 19.1 -
YUV 115.1 129.08 225.65 -
System Red Green Blue C M Y K H S L
Decimal 252 45 117 0 0.82 0.54 0.01 339.13 0.97 0.58
Hex FC 2D 75 0 52 36 1 153 61 3A
Octal 374 55 165 0 122 66 1 523 141 72
Binary 11111100 101101 1110101 0 1010010 110110 1 101010011 1100001 111010

Color Harmonies of #FC2D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D75

Black with #FC2D75

Text Example


Text Example

White with #FC2D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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