Html Css Color HEX #FB494C Radical Red

📋 copy color: '#FB494C'

red 251 ◦ green 73 ◦ blue 76

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

Shades of Radical Red #FB494C

Tints of Radical Red #FB494C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.25%

 BLUE value IS 76 (30.08% from 255) = 19%

R = 62.75%
G = 18.25%
B = 19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FB494C (or 0xFB494C) is known color: Radical Red. HEX triplet: FB, 49 and 4C. RGB value is (251,73,76). Sum of RGB (Red+Green+Blue) = 251+73+76=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB494C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB494C is #04B6B3. Grayscale: #7E7E7E. Windows color (decimal): -308916 or 4999675. OLE color: 4999675.

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

Color convert

RGB 251 73 76 -
CMYK 0 0.71 0.70 0.02
HSL 358.99º 0.96% 0.64% -
HSV(B) 358.99º 0.71% 0.98% -
XYZ 43.47 25.8 9.53 -
YUV 126.56 99.47 216.76 -
System Red Green Blue C M Y K H S L
Decimal 251 73 76 0 0.71 0.70 0.02 358.99 0.96 0.64
Hex FB 49 4C 0 47 46 2 167 60 40
Octal 373 111 114 0 107 106 2 547 140 100
Binary 11111011 1001001 1001100 0 1000111 1000110 10 101100111 1100000 1000000

Color Harmonies of #FB494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB494C

Black with #FB494C

Text Example


Text Example

White with #FB494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB494C; }

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

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

background-color css

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

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

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

border-color css

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

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

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