Html Css Color HEX #FA474E Radical Red

📋 copy color: '#FA474E'

red 250 ◦ green 71 ◦ blue 78

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

Shades of Radical Red #FA474E

Tints of Radical Red #FA474E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.79%

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

R = 62.66%
G = 17.79%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FA474E (or 0xFA474E) is known color: Radical Red. HEX triplet: FA, 47 and 4E. RGB value is (250,71,78). Sum of RGB (Red+Green+Blue) = 250+71+78=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA474E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA474E is #05B8B1. Grayscale: #7D7D7D. Windows color (decimal): -374962 or 5130234. OLE color: 5130234.

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

Color convert

RGB 250 71 78 -
CMYK 0 0.72 0.69 0.02
HSL 357.65º 0.95% 0.63% -
HSV(B) 357.65º 0.72% 0.98% -
XYZ 43.05 25.38 9.84 -
YUV 125.32 101.3 216.93 -
System Red Green Blue C M Y K H S L
Decimal 250 71 78 0 0.72 0.69 0.02 357.65 0.95 0.63
Hex FA 47 4E 0 48 45 2 166 5F 3F
Octal 372 107 116 0 110 105 2 546 137 77
Binary 11111010 1000111 1001110 0 1001000 1000101 10 101100110 1011111 111111

Color Harmonies of #FA474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA474E

Black with #FA474E

Text Example


Text Example

White with #FA474E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA474E; }

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

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

background-color css

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

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

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

border-color css

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

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

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