Html Css Color HEX #FA4446 Radical Red

📋 copy color: '#FA4446'

red 250 ◦ green 68 ◦ blue 70

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

Shades of Radical Red #FA4446

Tints of Radical Red #FA4446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.53%

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

R = 64.43%
G = 17.53%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA4446 (or 0xFA4446) is known color: Radical Red. HEX triplet: FA, 44 and 46. RGB value is (250,68,70). Sum of RGB (Red+Green+Blue) = 250+68+70=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4446 is #05BBB9. Grayscale: #7A7A7A. Windows color (decimal): -375738 or 4605178. OLE color: 4605178.

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

Color convert

RGB 250 68 70 -
CMYK 0 0.73 0.72 0.02
HSL 359.34º 0.95% 0.62% -
HSV(B) 359.34º 0.73% 0.98% -
XYZ 42.6 24.9 8.36 -
YUV 122.65 98.3 218.84 -
System Red Green Blue C M Y K H S L
Decimal 250 68 70 0 0.73 0.72 0.02 359.34 0.95 0.62
Hex FA 44 46 0 49 48 2 167 5F 3E
Octal 372 104 106 0 111 110 2 547 137 76
Binary 11111010 1000100 1000110 0 1001001 1001000 10 101100111 1011111 111110

Color Harmonies of #FA4446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4446

Black with #FA4446

Text Example


Text Example

White with #FA4446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4446; }

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

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

background-color css

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

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

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

border-color css

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

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

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