Html Css Color HEX #FD2871 Radical Red

📋 copy color: '#FD2871'

red 253 ◦ green 40 ◦ blue 113

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

Shades of Radical Red #FD2871

Tints of Radical Red #FD2871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.85%

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

R = 62.32%
G = 9.85%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD2871 (or 0xFD2871) is known color: Radical Red. HEX triplet: FD, 28 and 71. RGB value is (253,40,113). Sum of RGB (Red+Green+Blue) = 253+40+113=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2871 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2871 is #02D78E. Grayscale: #6F6F6F. Windows color (decimal): -186255 or 7416061. OLE color: 7416061.

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

Color convert

RGB 253 40 113 -
CMYK 0 0.84 0.55 0.01
HSL 339.44º 0.98% 0.57% -
HSV(B) 339.44º 0.84% 0.99% -
XYZ 44.25 23.59 17.84 -
YUV 112.01 128.57 228.56 -
System Red Green Blue C M Y K H S L
Decimal 253 40 113 0 0.84 0.55 0.01 339.44 0.98 0.57
Hex FD 28 71 0 54 37 1 153 62 39
Octal 375 50 161 0 124 67 1 523 142 71
Binary 11111101 101000 1110001 0 1010100 110111 1 101010011 1100010 111001

Color Harmonies of #FD2871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2871

Black with #FD2871

Text Example


Text Example

White with #FD2871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2871; }

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

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

background-color css

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

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

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

border-color css

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

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

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