Html Css Color HEX #FB4149 Radical Red

📋 copy color: '#FB4149'

red 251 ◦ green 65 ◦ blue 73

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

Shades of Radical Red #FB4149

Tints of Radical Red #FB4149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.71%

 BLUE value IS 73 (28.91% from 255) = 18.77%

R = 64.52%
G = 16.71%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FB4149 (or 0xFB4149) is known color: Radical Red. HEX triplet: FB, 41 and 49. RGB value is (251,65,73). Sum of RGB (Red+Green+Blue) = 251+65+73=389 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.52% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4149 is #04BEB6. Grayscale: #797979. Windows color (decimal): -310967 or 4801019. OLE color: 4801019.

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

Color convert

RGB 251 65 73 -
CMYK 0 0.74 0.71 0.02
HSL 357.42º 0.96% 0.62% -
HSV(B) 357.42º 0.74% 0.98% -
XYZ 42.88 24.77 8.82 -
YUV 121.53 100.62 220.35 -
System Red Green Blue C M Y K H S L
Decimal 251 65 73 0 0.74 0.71 0.02 357.42 0.96 0.62
Hex FB 41 49 0 4A 47 2 165 60 3E
Octal 373 101 111 0 112 107 2 545 140 76
Binary 11111011 1000001 1001001 0 1001010 1000111 10 101100101 1100000 111110

Color Harmonies of #FB4149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4149

Black with #FB4149

Text Example


Text Example

White with #FB4149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4149; }

 p { color: rgb(251,65,73); }

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

background-color css

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

 a { background-color: rgb(251,65,73); }

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

border-color css

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

 span { border-color: rgb(251,65,73); }

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