Html Css Color HEX #FB314A Radical Red

📋 copy color: '#FB314A'

red 251 ◦ green 49 ◦ blue 74

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

Shades of Radical Red #FB314A

Tints of Radical Red #FB314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.1%

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

R = 67.11%
G = 13.1%
B = 19.79%

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

#FB314A (or 0xFB314A) is known color: Radical Red. HEX triplet: FB, 31 and 4A. RGB value is (251,49,74). Sum of RGB (Red+Green+Blue) = 251+49+74=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB314A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB314A is #04CEB5. Grayscale: #707070. Windows color (decimal): -315062 or 4862459. OLE color: 4862459.

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

Color convert

RGB 251 49 74 -
CMYK 0 0.80 0.71 0.02
HSL 352.57º 0.96% 0.59% -
HSV(B) 352.57º 0.8% 0.98% -
XYZ 42.12 23.2 8.74 -
YUV 112.25 106.42 226.97 -
System Red Green Blue C M Y K H S L
Decimal 251 49 74 0 0.80 0.71 0.02 352.57 0.96 0.59
Hex FB 31 4A 0 50 47 2 161 60 3B
Octal 373 61 112 0 120 107 2 541 140 73
Binary 11111011 110001 1001010 0 1010000 1000111 10 101100001 1100000 111011

Color Harmonies of #FB314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB314A

Black with #FB314A

Text Example


Text Example

White with #FB314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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