Html Css Color HEX #FA475A Radical Red

📋 copy color: '#FA475A'

red 250 ◦ green 71 ◦ blue 90

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

Shades of Radical Red #FA475A

Tints of Radical Red #FA475A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.9%

R = 60.83%
G = 17.27%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA475A (or 0xFA475A) is known color: Radical Red. HEX triplet: FA, 47 and 5A. RGB value is (250,71,90). Sum of RGB (Red+Green+Blue) = 250+71+90=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA475A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA475A is #05B8A5. Grayscale: #7E7E7E. Windows color (decimal): -374950 or 5916666. OLE color: 5916666.

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

Color convert

RGB 250 71 90 -
CMYK 0 0.72 0.64 0.02
HSL 353.63º 0.95% 0.63% -
HSV(B) 353.63º 0.72% 0.98% -
XYZ 43.52 25.57 12.31 -
YUV 126.69 107.3 215.96 -
System Red Green Blue C M Y K H S L
Decimal 250 71 90 0 0.72 0.64 0.02 353.63 0.95 0.63
Hex FA 47 5A 0 48 40 2 162 5F 3F
Octal 372 107 132 0 110 100 2 542 137 77
Binary 11111010 1000111 1011010 0 1001000 1000000 10 101100010 1011111 111111

Color Harmonies of #FA475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA475A

Black with #FA475A

Text Example


Text Example

White with #FA475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA475A; }

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

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

background-color css

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

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

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

border-color css

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

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

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