Html Css Color HEX #FD2E77 Radical Red

📋 copy color: '#FD2E77'

red 253 ◦ green 46 ◦ blue 119

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

Shades of Radical Red #FD2E77

Tints of Radical Red #FD2E77

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11%

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

R = 60.53%
G = 11%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD2E77 (or 0xFD2E77) is known color: Radical Red. HEX triplet: FD, 2E and 77. RGB value is (253,46,119). Sum of RGB (Red+Green+Blue) = 253+46+119=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2E77 is #02D188. Grayscale: #747474. Windows color (decimal): -184713 or 7810813. OLE color: 7810813.

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

Color convert

RGB 253 46 119 -
CMYK 0 0.82 0.53 0.01
HSL 338.84º 0.98% 0.59% -
HSV(B) 338.84º 0.82% 0.99% -
XYZ 44.81 24.17 19.76 -
YUV 116.22 129.58 225.56 -
System Red Green Blue C M Y K H S L
Decimal 253 46 119 0 0.82 0.53 0.01 338.84 0.98 0.59
Hex FD 2E 77 0 52 35 1 153 62 3B
Octal 375 56 167 0 122 65 1 523 142 73
Binary 11111101 101110 1110111 0 1010010 110101 1 101010011 1100010 111011

Color Harmonies of #FD2E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2E77

Black with #FD2E77

Text Example


Text Example

White with #FD2E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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