Html Css Color HEX #FA4546 Radical Red

📋 copy color: '#FA4546'

red 250 ◦ green 69 ◦ blue 70

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

Shades of Radical Red #FA4546

Tints of Radical Red #FA4546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.74%

 BLUE value IS 70 (27.73% from 255) = 17.99%

R = 64.27%
G = 17.74%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA4546 (or 0xFA4546) is known color: Radical Red. HEX triplet: FA, 45 and 46. RGB value is (250,69,70). Sum of RGB (Red+Green+Blue) = 250+69+70=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4546 is #05BAB9. Grayscale: #7B7B7B. Windows color (decimal): -375482 or 4605434. OLE color: 4605434.

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

Color convert

RGB 250 69 70 -
CMYK 0 0.72 0.72 0.02
HSL 359.67º 0.95% 0.63% -
HSV(B) 359.67º 0.72% 0.98% -
XYZ 42.66 25.02 8.38 -
YUV 123.23 97.97 218.42 -
System Red Green Blue C M Y K H S L
Decimal 250 69 70 0 0.72 0.72 0.02 359.67 0.95 0.63
Hex FA 45 46 0 48 48 2 168 5F 3F
Octal 372 105 106 0 110 110 2 550 137 77
Binary 11111010 1000101 1000110 0 1001000 1001000 10 101101000 1011111 111111

Color Harmonies of #FA4546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4546

Black with #FA4546

Text Example


Text Example

White with #FA4546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4546; }

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

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

background-color css

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

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

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

border-color css

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

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

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