Html Css Color HEX #FA4649 Radical Red

📋 copy color: '#FA4649'

red 250 ◦ green 70 ◦ blue 73

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

Shades of Radical Red #FA4649

Tints of Radical Red #FA4649

RGB

 RED value IS 250 (98.05% from 255) = 63.61%

 GREEN value IS 70 (27.73% from 255) = 17.81%

 BLUE value IS 73 (28.91% from 255) = 18.58%

R = 63.61%
G = 17.81%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FA4649 (or 0xFA4649) is known color: Radical Red. HEX triplet: FA, 46 and 49. RGB value is (250,70,73). Sum of RGB (Red+Green+Blue) = 250+70+73=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4649 is #05B9B6. Grayscale: #7C7C7C. Windows color (decimal): -375223 or 4802298. OLE color: 4802298.

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

Color convert

RGB 250 70 73 -
CMYK 0 0.72 0.71 0.02
HSL 359º 0.95% 0.63% -
HSV(B) 359º 0.72% 0.98% -
XYZ 42.82 25.19 8.91 -
YUV 124.16 99.13 217.76 -
System Red Green Blue C M Y K H S L
Decimal 250 70 73 0 0.72 0.71 0.02 359 0.95 0.63
Hex FA 46 49 0 48 47 2 167 5F 3F
Octal 372 106 111 0 110 107 2 547 137 77
Binary 11111010 1000110 1001001 0 1001000 1000111 10 101100111 1011111 111111

Color Harmonies of #FA4649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4649

Black with #FA4649

Text Example


Text Example

White with #FA4649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4649; }

 p { color: rgb(250,70,73); }

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

background-color css

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

 a { background-color: rgb(250,70,73); }

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

border-color css

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

 span { border-color: rgb(250,70,73); }

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