Html Css Color HEX #FB2871 Radical Red

📋 copy color: '#FB2871'

red 251 ◦ green 40 ◦ blue 113

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

Shades of Radical Red #FB2871

Tints of Radical Red #FB2871

RGB

 RED value IS 251 (98.44% from 255) = 62.13%

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

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

R = 62.13%
G = 9.9%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB2871 (or 0xFB2871) is known color: Radical Red. HEX triplet: FB, 28 and 71. RGB value is (251,40,113). Sum of RGB (Red+Green+Blue) = 251+40+113=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2871 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2871 is #04D78E. Grayscale: #6F6F6F. Windows color (decimal): -317327 or 7416059. OLE color: 7416059.

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

Color convert

RGB 251 40 113 -
CMYK 0 0.84 0.55 0.02
HSL 339.24º 0.96% 0.57% -
HSV(B) 339.24º 0.84% 0.98% -
XYZ 43.52 23.22 17.81 -
YUV 111.41 128.9 227.56 -
System Red Green Blue C M Y K H S L
Decimal 251 40 113 0 0.84 0.55 0.02 339.24 0.96 0.57
Hex FB 28 71 0 54 37 2 153 60 39
Octal 373 50 161 0 124 67 2 523 140 71
Binary 11111011 101000 1110001 0 1010100 110111 10 101010011 1100000 111001

Color Harmonies of #FB2871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2871

Black with #FB2871

Text Example


Text Example

White with #FB2871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2871; }

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

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

background-color css

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

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

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

border-color css

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

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

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