Html Css Color HEX #FA3A55 Radical Red

📋 copy color: '#FA3A55'

red 250 ◦ green 58 ◦ blue 85

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

Shades of Radical Red #FA3A55

Tints of Radical Red #FA3A55

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.76%

 BLUE value IS 85 (33.59% from 255) = 21.63%

R = 63.61%
G = 14.76%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FA3A55 (or 0xFA3A55) is known color: Radical Red. HEX triplet: FA, 3A and 55. RGB value is (250,58,85). Sum of RGB (Red+Green+Blue) = 250+58+85=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3A55 is #05C5AA. Grayscale: #767676. Windows color (decimal): -378283 or 5585658. OLE color: 5585658.

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

Color convert

RGB 250 58 85 -
CMYK 0 0.77 0.66 0.02
HSL 351.56º 0.95% 0.6% -
HSV(B) 351.56º 0.77% 0.98% -
XYZ 42.58 24.01 10.98 -
YUV 118.49 109.11 221.8 -
System Red Green Blue C M Y K H S L
Decimal 250 58 85 0 0.77 0.66 0.02 351.56 0.95 0.6
Hex FA 3A 55 0 4D 42 2 160 5F 3C
Octal 372 72 125 0 115 102 2 540 137 74
Binary 11111010 111010 1010101 0 1001101 1000010 10 101100000 1011111 111100

Color Harmonies of #FA3A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A55

Black with #FA3A55

Text Example


Text Example

White with #FA3A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A55; }

 p { color: rgb(250,58,85); }

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

background-color css

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

 a { background-color: rgb(250,58,85); }

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

border-color css

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

 span { border-color: rgb(250,58,85); }

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