Html Css Color HEX #FA3156 Radical Red

📋 copy color: '#FA3156'

red 250 ◦ green 49 ◦ blue 86

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

Shades of Radical Red #FA3156

Tints of Radical Red #FA3156

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.73%

 BLUE value IS 86 (33.98% from 255) = 22.34%

R = 64.94%
G = 12.73%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FA3156 (or 0xFA3156) is known color: Radical Red. HEX triplet: FA, 31 and 56. RGB value is (250,49,86). Sum of RGB (Red+Green+Blue) = 250+49+86=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3156 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3156 is #05CEA9. Grayscale: #717171. Windows color (decimal): -380586 or 5648890. OLE color: 5648890.

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

Color convert

RGB 250 49 86 -
CMYK 0 0.80 0.66 0.02
HSL 348.96º 0.95% 0.59% -
HSV(B) 348.96º 0.8% 0.98% -
XYZ 42.2 23.19 11.06 -
YUV 113.32 112.59 225.49 -
System Red Green Blue C M Y K H S L
Decimal 250 49 86 0 0.80 0.66 0.02 348.96 0.95 0.59
Hex FA 31 56 0 50 42 2 15D 5F 3B
Octal 372 61 126 0 120 102 2 535 137 73
Binary 11111010 110001 1010110 0 1010000 1000010 10 101011101 1011111 111011

Color Harmonies of #FA3156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3156

Black with #FA3156

Text Example


Text Example

White with #FA3156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3156; }

 p { color: rgb(250,49,86); }

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

background-color css

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

 a { background-color: rgb(250,49,86); }

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

border-color css

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

 span { border-color: rgb(250,49,86); }

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