Html Css Color HEX #FA484E Radical Red

📋 copy color: '#FA484E'

red 250 ◦ green 72 ◦ blue 78

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

Shades of Radical Red #FA484E

Tints of Radical Red #FA484E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18%

 BLUE value IS 78 (30.86% from 255) = 19.5%

R = 62.5%
G = 18%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FA484E (or 0xFA484E) is known color: Radical Red. HEX triplet: FA, 48 and 4E. RGB value is (250,72,78). Sum of RGB (Red+Green+Blue) = 250+72+78=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA484E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA484E is #05B7B1. Grayscale: #7E7E7E. Windows color (decimal): -374706 or 5130490. OLE color: 5130490.

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

Color convert

RGB 250 72 78 -
CMYK 0 0.71 0.69 0.02
HSL 357.98º 0.95% 0.63% -
HSV(B) 357.98º 0.71% 0.98% -
XYZ 43.12 25.51 9.86 -
YUV 125.91 100.97 216.51 -
System Red Green Blue C M Y K H S L
Decimal 250 72 78 0 0.71 0.69 0.02 357.98 0.95 0.63
Hex FA 48 4E 0 47 45 2 166 5F 3F
Octal 372 110 116 0 107 105 2 546 137 77
Binary 11111010 1001000 1001110 0 1000111 1000101 10 101100110 1011111 111111

Color Harmonies of #FA484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA484E

Black with #FA484E

Text Example


Text Example

White with #FA484E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA484E; }

 p { color: rgb(250,72,78); }

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

background-color css

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

 a { background-color: rgb(250,72,78); }

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

border-color css

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

 span { border-color: rgb(250,72,78); }

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