Html Css Color HEX #FA3547 Radical Red

📋 copy color: '#FA3547'

red 250 ◦ green 53 ◦ blue 71

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

Shades of Radical Red #FA3547

Tints of Radical Red #FA3547

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.17%

 BLUE value IS 71 (28.13% from 255) = 18.98%

R = 66.84%
G = 14.17%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA3547 (or 0xFA3547) is known color: Radical Red. HEX triplet: FA, 35 and 47. RGB value is (250,53,71). Sum of RGB (Red+Green+Blue) = 250+53+71=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3547 is #05CAB8. Grayscale: #727272. Windows color (decimal): -379577 or 4666874. OLE color: 4666874.

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

Color convert

RGB 250 53 71 -
CMYK 0 0.79 0.72 0.02
HSL 354.52º 0.95% 0.59% -
HSV(B) 354.52º 0.79% 0.98% -
XYZ 41.83 23.33 8.26 -
YUV 113.96 103.77 225.04 -
System Red Green Blue C M Y K H S L
Decimal 250 53 71 0 0.79 0.72 0.02 354.52 0.95 0.59
Hex FA 35 47 0 4F 48 2 163 5F 3B
Octal 372 65 107 0 117 110 2 543 137 73
Binary 11111010 110101 1000111 0 1001111 1001000 10 101100011 1011111 111011

Color Harmonies of #FA3547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3547

Black with #FA3547

Text Example


Text Example

White with #FA3547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3547; }

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

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

background-color css

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

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

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

border-color css

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

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

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