Html Css Color HEX #FB4148 Radical Red

📋 copy color: '#FB4148'

red 251 ◦ green 65 ◦ blue 72

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

Shades of Radical Red #FB4148

Tints of Radical Red #FB4148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.56%

R = 64.69%
G = 16.75%
B = 18.56%

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

#FB4148 (or 0xFB4148) is known color: Radical Red. HEX triplet: FB, 41 and 48. RGB value is (251,65,72). Sum of RGB (Red+Green+Blue) = 251+65+72=388 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.69% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4148 is #04BEB7. Grayscale: #797979. Windows color (decimal): -310968 or 4735483. OLE color: 4735483.

HSL color Cylindrical-coordinate representation of color #FB4148: hue angle of 357.74º 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 #FB4148 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 65 72 -
CMYK 0 0.74 0.71 0.02
HSL 357.74º 0.96% 0.62% -
HSV(B) 357.74º 0.74% 0.98% -
XYZ 42.84 24.76 8.65 -
YUV 121.41 100.12 220.43 -
System Red Green Blue C M Y K H S L
Decimal 251 65 72 0 0.74 0.71 0.02 357.74 0.96 0.62
Hex FB 41 48 0 4A 47 2 166 60 3E
Octal 373 101 110 0 112 107 2 546 140 76
Binary 11111011 1000001 1001000 0 1001010 1000111 10 101100110 1100000 111110

Color Harmonies of #FB4148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4148

Black with #FB4148

Text Example


Text Example

White with #FB4148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4148; }

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

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

background-color css

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

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

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

border-color css

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

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

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