Html Css Color HEX #FB4071 Radical Red

📋 copy color: '#FB4071'

red 251 ◦ green 64 ◦ blue 113

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

Shades of Radical Red #FB4071

Tints of Radical Red #FB4071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.95%

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

R = 58.64%
G = 14.95%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB4071 (or 0xFB4071) is known color: Radical Red. HEX triplet: FB, 40 and 71. RGB value is (251,64,113). Sum of RGB (Red+Green+Blue) = 251+64+113=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4071 is #04BF8E. Grayscale: #7D7D7D. Windows color (decimal): -311183 or 7422203. OLE color: 7422203.

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

Color convert

RGB 251 64 113 -
CMYK 0 0.75 0.55 0.02
HSL 344.28º 0.96% 0.62% -
HSV(B) 344.28º 0.75% 0.98% -
XYZ 44.6 25.37 18.17 -
YUV 125.5 120.95 217.52 -
System Red Green Blue C M Y K H S L
Decimal 251 64 113 0 0.75 0.55 0.02 344.28 0.96 0.62
Hex FB 40 71 0 4B 37 2 158 60 3E
Octal 373 100 161 0 113 67 2 530 140 76
Binary 11111011 1000000 1110001 0 1001011 110111 10 101011000 1100000 111110

Color Harmonies of #FB4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4071

Black with #FB4071

Text Example


Text Example

White with #FB4071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4071; }

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

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

background-color css

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

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

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

border-color css

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

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

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