Html Css Color HEX #FA355B Radical Red

📋 copy color: '#FA355B'

red 250 ◦ green 53 ◦ blue 91

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

Shades of Radical Red #FA355B

Tints of Radical Red #FA355B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.1%

R = 63.45%
G = 13.45%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA355B (or 0xFA355B) is known color: Radical Red. HEX triplet: FA, 35 and 5B. RGB value is (250,53,91). Sum of RGB (Red+Green+Blue) = 250+53+91=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA355B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA355B is #05CAA4. Grayscale: #747474. Windows color (decimal): -379557 or 5977594. OLE color: 5977594.

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

Color convert

RGB 250 53 91 -
CMYK 0 0.79 0.64 0.02
HSL 348.43º 0.95% 0.59% -
HSV(B) 348.43º 0.79% 0.98% -
XYZ 42.59 23.63 12.21 -
YUV 116.24 113.77 223.41 -
System Red Green Blue C M Y K H S L
Decimal 250 53 91 0 0.79 0.64 0.02 348.43 0.95 0.59
Hex FA 35 5B 0 4F 40 2 15C 5F 3B
Octal 372 65 133 0 117 100 2 534 137 73
Binary 11111010 110101 1011011 0 1001111 1000000 10 101011100 1011111 111011

Color Harmonies of #FA355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA355B

Black with #FA355B

Text Example


Text Example

White with #FA355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA355B; }

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

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

background-color css

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

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

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

border-color css

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

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

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