Html Css Color HEX #FA2870 Radical Red

📋 copy color: '#FA2870'

red 250 ◦ green 40 ◦ blue 112

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

Shades of Radical Red #FA2870

Tints of Radical Red #FA2870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.86%

R = 62.19%
G = 9.95%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA2870 (or 0xFA2870) is known color: Radical Red. HEX triplet: FA, 28 and 70. RGB value is (250,40,112). Sum of RGB (Red+Green+Blue) = 250+40+112=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2870 is #05D78F. Grayscale: #6E6E6E. Windows color (decimal): -382864 or 7350522. OLE color: 7350522.

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

Color convert

RGB 250 40 112 -
CMYK 0 0.84 0.55 0.02
HSL 339.43º 0.95% 0.57% -
HSV(B) 339.43º 0.84% 0.98% -
XYZ 43.11 23.01 17.5 -
YUV 111 128.57 227.15 -
System Red Green Blue C M Y K H S L
Decimal 250 40 112 0 0.84 0.55 0.02 339.43 0.95 0.57
Hex FA 28 70 0 54 37 2 153 5F 39
Octal 372 50 160 0 124 67 2 523 137 71
Binary 11111010 101000 1110000 0 1010100 110111 10 101010011 1011111 111001

Color Harmonies of #FA2870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2870

Black with #FA2870

Text Example


Text Example

White with #FA2870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2870; }

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

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

background-color css

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

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

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

border-color css

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

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

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