Html Css Color HEX #FA355E Radical Red

📋 copy color: '#FA355E'

red 250 ◦ green 53 ◦ blue 94

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

Shades of Radical Red #FA355E

Tints of Radical Red #FA355E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.68%

R = 62.97%
G = 13.35%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA355E (or 0xFA355E) is known color: Radical Red. HEX triplet: FA, 35 and 5E. RGB value is (250,53,94). Sum of RGB (Red+Green+Blue) = 250+53+94=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA355E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA355E is #05CAA1. Grayscale: #747474. Windows color (decimal): -379554 or 6174202. OLE color: 6174202.

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

Color convert

RGB 250 53 94 -
CMYK 0 0.79 0.62 0.02
HSL 347.51º 0.95% 0.59% -
HSV(B) 347.51º 0.79% 0.98% -
XYZ 42.72 23.68 12.91 -
YUV 116.58 115.27 223.17 -
System Red Green Blue C M Y K H S L
Decimal 250 53 94 0 0.79 0.62 0.02 347.51 0.95 0.59
Hex FA 35 5E 0 4F 3E 2 15C 5F 3B
Octal 372 65 136 0 117 76 2 534 137 73
Binary 11111010 110101 1011110 0 1001111 111110 10 101011100 1011111 111011

Color Harmonies of #FA355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA355E

Black with #FA355E

Text Example


Text Example

White with #FA355E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA355E; }

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

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

background-color css

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

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

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

border-color css

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

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

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