Html Css Color HEX #FB324A Radical Red

📋 copy color: '#FB324A'

red 251 ◦ green 50 ◦ blue 74

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

Shades of Radical Red #FB324A

Tints of Radical Red #FB324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.33%

 BLUE value IS 74 (29.3% from 255) = 19.73%

R = 66.93%
G = 13.33%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FB324A (or 0xFB324A) is known color: Radical Red. HEX triplet: FB, 32 and 4A. RGB value is (251,50,74). Sum of RGB (Red+Green+Blue) = 251+50+74=375 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.93% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 251 - color contains mainly: red. Hex color #FB324A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB324A is #04CDB5. Grayscale: #707070. Windows color (decimal): -314806 or 4862715. OLE color: 4862715.

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

Color convert

RGB 251 50 74 -
CMYK 0 0.80 0.71 0.02
HSL 352.84º 0.96% 0.59% -
HSV(B) 352.84º 0.8% 0.98% -
XYZ 42.16 23.28 8.75 -
YUV 112.84 106.09 226.55 -
System Red Green Blue C M Y K H S L
Decimal 251 50 74 0 0.80 0.71 0.02 352.84 0.96 0.59
Hex FB 32 4A 0 50 47 2 161 60 3B
Octal 373 62 112 0 120 107 2 541 140 73
Binary 11111011 110010 1001010 0 1010000 1000111 10 101100001 1100000 111011

Color Harmonies of #FB324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB324A

Black with #FB324A

Text Example


Text Example

White with #FB324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB324A; }

 p { color: rgb(251,50,74); }

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

background-color css

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

 a { background-color: rgb(251,50,74); }

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

border-color css

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

 span { border-color: rgb(251,50,74); }

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