Html Css Color HEX #FA475C Radical Red

📋 copy color: '#FA475C'

red 250 ◦ green 71 ◦ blue 92

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

Shades of Radical Red #FA475C

Tints of Radical Red #FA475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.28%

R = 60.53%
G = 17.19%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA475C (or 0xFA475C) is known color: Radical Red. HEX triplet: FA, 47 and 5C. RGB value is (250,71,92). Sum of RGB (Red+Green+Blue) = 250+71+92=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA475C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA475C is #05B8A3. Grayscale: #7F7F7F. Windows color (decimal): -374948 or 6047738. OLE color: 6047738.

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

Color convert

RGB 250 71 92 -
CMYK 0 0.72 0.63 0.02
HSL 352.96º 0.95% 0.63% -
HSV(B) 352.96º 0.72% 0.98% -
XYZ 43.61 25.6 12.77 -
YUV 126.92 108.3 215.79 -
System Red Green Blue C M Y K H S L
Decimal 250 71 92 0 0.72 0.63 0.02 352.96 0.95 0.63
Hex FA 47 5C 0 48 3F 2 161 5F 3F
Octal 372 107 134 0 110 77 2 541 137 77
Binary 11111010 1000111 1011100 0 1001000 111111 10 101100001 1011111 111111

Color Harmonies of #FA475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA475C

Black with #FA475C

Text Example


Text Example

White with #FA475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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