Html Css Color HEX #FD2977 Radical Red

📋 copy color: '#FD2977'

red 253 ◦ green 41 ◦ blue 119

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

Shades of Radical Red #FD2977

Tints of Radical Red #FD2977

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.93%

 BLUE value IS 119 (46.88% from 255) = 28.81%

R = 61.26%
G = 9.93%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD2977 (or 0xFD2977) is known color: Radical Red. HEX triplet: FD, 29 and 77. RGB value is (253,41,119). Sum of RGB (Red+Green+Blue) = 253+41+119=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2977 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2977 is #02D688. Grayscale: #717171. Windows color (decimal): -185993 or 7809533. OLE color: 7809533.

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

Color convert

RGB 253 41 119 -
CMYK 0 0.84 0.53 0.01
HSL 337.92º 0.98% 0.58% -
HSV(B) 337.92º 0.84% 0.99% -
XYZ 44.63 23.8 19.69 -
YUV 113.28 131.24 227.66 -
System Red Green Blue C M Y K H S L
Decimal 253 41 119 0 0.84 0.53 0.01 337.92 0.98 0.58
Hex FD 29 77 0 54 35 1 152 62 3A
Octal 375 51 167 0 124 65 1 522 142 72
Binary 11111101 101001 1110111 0 1010100 110101 1 101010010 1100010 111010

Color Harmonies of #FD2977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2977

Black with #FD2977

Text Example


Text Example

White with #FD2977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2977; }

 p { color: rgb(253,41,119); }

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

background-color css

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

 a { background-color: rgb(253,41,119); }

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

border-color css

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

 span { border-color: rgb(253,41,119); }

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