Html Css Color HEX #FA355D Radical Red

📋 copy color: '#FA355D'

red 250 ◦ green 53 ◦ blue 93

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

Shades of Radical Red #FA355D

Tints of Radical Red #FA355D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.48%

R = 63.13%
G = 13.38%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA355D (or 0xFA355D) is known color: Radical Red. HEX triplet: FA, 35 and 5D. RGB value is (250,53,93). Sum of RGB (Red+Green+Blue) = 250+53+93=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA355D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA355D is #05CAA2. Grayscale: #747474. Windows color (decimal): -379555 or 6108666. OLE color: 6108666.

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

Color convert

RGB 250 53 93 -
CMYK 0 0.79 0.63 0.02
HSL 347.82º 0.95% 0.59% -
HSV(B) 347.82º 0.79% 0.98% -
XYZ 42.67 23.66 12.67 -
YUV 116.46 114.77 223.25 -
System Red Green Blue C M Y K H S L
Decimal 250 53 93 0 0.79 0.63 0.02 347.82 0.95 0.59
Hex FA 35 5D 0 4F 3F 2 15C 5F 3B
Octal 372 65 135 0 117 77 2 534 137 73
Binary 11111010 110101 1011101 0 1001111 111111 10 101011100 1011111 111011

Color Harmonies of #FA355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA355D

Black with #FA355D

Text Example


Text Example

White with #FA355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA355D; }

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

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

background-color css

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

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

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

border-color css

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

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

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