Html Css Color HEX #FA2056 Radical Red

📋 copy color: '#FA2056'

red 250 ◦ green 32 ◦ blue 86

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

Shades of Radical Red #FA2056

Tints of Radical Red #FA2056

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.7%

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

R = 67.93%
G = 8.7%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FA2056 (or 0xFA2056) is known color: Radical Red. HEX triplet: FA, 20 and 56. RGB value is (250,32,86). Sum of RGB (Red+Green+Blue) = 250+32+86=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2056 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2056 is #05DFA9. Grayscale: #676767. Windows color (decimal): -384938 or 5644538. OLE color: 5644538.

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

Color convert

RGB 250 32 86 -
CMYK 0 0.87 0.66 0.02
HSL 345.14º 0.96% 0.55% -
HSV(B) 345.14º 0.87% 0.98% -
XYZ 41.62 22.03 10.86 -
YUV 103.34 118.22 232.61 -
System Red Green Blue C M Y K H S L
Decimal 250 32 86 0 0.87 0.66 0.02 345.14 0.96 0.55
Hex FA 20 56 0 57 42 2 159 60 37
Octal 372 40 126 0 127 102 2 531 140 67
Binary 11111010 100000 1010110 0 1010111 1000010 10 101011001 1100000 110111

Color Harmonies of #FA2056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2056

Black with #FA2056

Text Example


Text Example

White with #FA2056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2056; }

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

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

background-color css

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

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

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

border-color css

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

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

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