Html Css Color HEX #FB324B Radical Red

📋 copy color: '#FB324B'

red 251 ◦ green 50 ◦ blue 75

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

Shades of Radical Red #FB324B

Tints of Radical Red #FB324B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.95%

R = 66.76%
G = 13.3%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FB324B (or 0xFB324B) is known color: Radical Red. HEX triplet: FB, 32 and 4B. RGB value is (251,50,75). Sum of RGB (Red+Green+Blue) = 251+50+75=376 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.76% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 251 - color contains mainly: red. Hex color #FB324B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB324B is #04CDB4. Grayscale: #717171. Windows color (decimal): -314805 or 4928251. OLE color: 4928251.

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

Color convert

RGB 251 50 75 -
CMYK 0 0.80 0.70 0.02
HSL 352.54º 0.96% 0.59% -
HSV(B) 352.54º 0.8% 0.98% -
XYZ 42.19 23.3 8.93 -
YUV 112.95 106.59 226.47 -
System Red Green Blue C M Y K H S L
Decimal 251 50 75 0 0.80 0.70 0.02 352.54 0.96 0.59
Hex FB 32 4B 0 50 46 2 161 60 3B
Octal 373 62 113 0 120 106 2 541 140 73
Binary 11111011 110010 1001011 0 1010000 1000110 10 101100001 1100000 111011

Color Harmonies of #FB324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB324B

Black with #FB324B

Text Example


Text Example

White with #FB324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB324B; }

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

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

background-color css

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

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

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

border-color css

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

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

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