Html Css Color HEX #FA2856 Radical Red

📋 copy color: '#FA2856'

red 250 ◦ green 40 ◦ blue 86

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

Shades of Radical Red #FA2856

Tints of Radical Red #FA2856

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.64%

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

R = 66.49%
G = 10.64%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FA2856 (or 0xFA2856) is known color: Radical Red. HEX triplet: FA, 28 and 56. RGB value is (250,40,86). Sum of RGB (Red+Green+Blue) = 250+40+86=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2856 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2856 is #05D7A9. Grayscale: #6C6C6C. Windows color (decimal): -382890 or 5646586. OLE color: 5646586.

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

Color convert

RGB 250 40 86 -
CMYK 0 0.84 0.66 0.02
HSL 346.86º 0.95% 0.57% -
HSV(B) 346.86º 0.84% 0.98% -
XYZ 41.86 22.51 10.94 -
YUV 108.03 115.57 229.26 -
System Red Green Blue C M Y K H S L
Decimal 250 40 86 0 0.84 0.66 0.02 346.86 0.95 0.57
Hex FA 28 56 0 54 42 2 15B 5F 39
Octal 372 50 126 0 124 102 2 533 137 71
Binary 11111010 101000 1010110 0 1010100 1000010 10 101011011 1011111 111001

Color Harmonies of #FA2856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2856

Black with #FA2856

Text Example


Text Example

White with #FA2856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2856; }

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

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

background-color css

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

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

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

border-color css

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

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

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