Html Css Color HEX #FD2576 Radical Red

📋 copy color: '#FD2576'

red 253 ◦ green 37 ◦ blue 118

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

Shades of Radical Red #FD2576

Tints of Radical Red #FD2576

RGB

 RED value IS 253 (99.22% from 255) = 62.01%

 GREEN value IS 37 (14.84% from 255) = 9.07%

 BLUE value IS 118 (46.48% from 255) = 28.92%

R = 62.01%
G = 9.07%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD2576 (or 0xFD2576) is known color: Radical Red. HEX triplet: FD, 25 and 76. RGB value is (253,37,118). Sum of RGB (Red+Green+Blue) = 253+37+118=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2576 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2576 is #02DA89. Grayscale: #6E6E6E. Windows color (decimal): -187018 or 7742973. OLE color: 7742973.

HSL color Cylindrical-coordinate representation of color #FD2576: hue angle of 337.5º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD2576 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 37 118 -
CMYK 0 0.85 0.53 0.01
HSL 337.5º 0.98% 0.57% -
HSV(B) 337.5º 0.85% 0.99% -
XYZ 44.44 23.51 19.34 -
YUV 110.82 132.06 229.41 -
System Red Green Blue C M Y K H S L
Decimal 253 37 118 0 0.85 0.53 0.01 337.5 0.98 0.57
Hex FD 25 76 0 55 35 1 152 62 39
Octal 375 45 166 0 125 65 1 522 142 71
Binary 11111101 100101 1110110 0 1010101 110101 1 101010010 1100010 111001

Color Harmonies of #FD2576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2576

Black with #FD2576

Text Example


Text Example

White with #FD2576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2576; }

 p { color: rgb(253,37,118); }

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

background-color css

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

 a { background-color: rgb(253,37,118); }

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

border-color css

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

 span { border-color: rgb(253,37,118); }

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