Html Css Color HEX #FB2071 Radical Red

📋 copy color: '#FB2071'

red 251 ◦ green 32 ◦ blue 113

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

Shades of Radical Red #FB2071

Tints of Radical Red #FB2071

RGB

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

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

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

R = 63.38%
G = 8.08%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB2071 (or 0xFB2071) is known color: Radical Red. HEX triplet: FB, 20 and 71. RGB value is (251,32,113). Sum of RGB (Red+Green+Blue) = 251+32+113=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2071 is #04DF8E. Grayscale: #6A6A6A. Windows color (decimal): -319375 or 7414011. OLE color: 7414011.

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

Color convert

RGB 251 32 113 -
CMYK 0 0.87 0.55 0.02
HSL 337.81º 0.96% 0.55% -
HSV(B) 337.81º 0.87% 0.98% -
XYZ 43.28 22.73 17.73 -
YUV 106.72 131.55 230.91 -
System Red Green Blue C M Y K H S L
Decimal 251 32 113 0 0.87 0.55 0.02 337.81 0.96 0.55
Hex FB 20 71 0 57 37 2 152 60 37
Octal 373 40 161 0 127 67 2 522 140 67
Binary 11111011 100000 1110001 0 1010111 110111 10 101010010 1100000 110111

Color Harmonies of #FB2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2071

Black with #FB2071

Text Example


Text Example

White with #FB2071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2071; }

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

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

background-color css

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

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

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

border-color css

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

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

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