Html Css Color HEX #FD2071 Radical Red

📋 copy color: '#FD2071'

red 253 ◦ green 32 ◦ blue 113

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

Shades of Radical Red #FD2071

Tints of Radical Red #FD2071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.04%

 BLUE value IS 113 (44.53% from 255) = 28.39%

R = 63.57%
G = 8.04%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD2071 (or 0xFD2071) is known color: Radical Red. HEX triplet: FD, 20 and 71. RGB value is (253,32,113). Sum of RGB (Red+Green+Blue) = 253+32+113=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2071 is #02DF8E. Grayscale: #6B6B6B. Windows color (decimal): -188303 or 7414013. OLE color: 7414013.

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

Color convert

RGB 253 32 113 -
CMYK 0 0.87 0.55 0.01
HSL 338.01º 0.98% 0.56% -
HSV(B) 338.01º 0.87% 0.99% -
XYZ 44.01 23.11 17.76 -
YUV 107.31 131.22 231.91 -
System Red Green Blue C M Y K H S L
Decimal 253 32 113 0 0.87 0.55 0.01 338.01 0.98 0.56
Hex FD 20 71 0 57 37 1 152 62 38
Octal 375 40 161 0 127 67 1 522 142 70
Binary 11111101 100000 1110001 0 1010111 110111 1 101010010 1100010 111000

Color Harmonies of #FD2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2071

Black with #FD2071

Text Example


Text Example

White with #FD2071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2071; }

 p { color: rgb(253,32,113); }

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

background-color css

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

 a { background-color: rgb(253,32,113); }

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

border-color css

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

 span { border-color: rgb(253,32,113); }

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