Html Css Color HEX #FF2871 Radical Red

📋 copy color: '#FF2871'

red 255 ◦ green 40 ◦ blue 113

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

Shades of Radical Red #FF2871

Tints of Radical Red #FF2871

RGB

 RED value IS 255 (100% from 255) = 62.5%

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

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

R = 62.5%
G = 9.8%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF2871 (or 0xFF2871) is known color: Radical Red. HEX triplet: FF, 28 and 71. RGB value is (255,40,113). Sum of RGB (Red+Green+Blue) = 255+40+113=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2871 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2871 is #00D78E. Grayscale: #707070. Windows color (decimal): -55183 or 7416063. OLE color: 7416063.

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

Color convert

RGB 255 40 113 -
CMYK 0 0.84 0.56 0
HSL 339.63º 1% 0.58% -
HSV(B) 339.63º 0.84% 1% -
XYZ 44.98 23.97 17.88 -
YUV 112.61 128.23 229.56 -
System Red Green Blue C M Y K H S L
Decimal 255 40 113 0 0.84 0.56 0 339.63 1 0.58
Hex FF 28 71 0 54 38 0 154 64 3A
Octal 377 50 161 0 124 70 0 524 144 72
Binary 11111111 101000 1110001 0 1010100 111000 0 101010100 1100100 111010

Color Harmonies of #FF2871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2871

Black with #FF2871

Text Example


Text Example

White with #FF2871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2871; }

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

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

background-color css

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

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

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

border-color css

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

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

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