Html Css Color HEX #FA2879 Radical Red

📋 copy color: '#FA2879'

red 250 ◦ green 40 ◦ blue 121

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

Shades of Radical Red #FA2879

Tints of Radical Red #FA2879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.44%

R = 60.83%
G = 9.73%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA2879 (or 0xFA2879) is known color: Radical Red. HEX triplet: FA, 28 and 79. RGB value is (250,40,121). Sum of RGB (Red+Green+Blue) = 250+40+121=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2879 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2879 is #05D786. Grayscale: #6F6F6F. Windows color (decimal): -382855 or 7940346. OLE color: 7940346.

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

Color convert

RGB 250 40 121 -
CMYK 0 0.84 0.52 0.02
HSL 336.86º 0.95% 0.57% -
HSV(B) 336.86º 0.84% 0.98% -
XYZ 43.63 23.22 20.27 -
YUV 112.02 133.07 226.41 -
System Red Green Blue C M Y K H S L
Decimal 250 40 121 0 0.84 0.52 0.02 336.86 0.95 0.57
Hex FA 28 79 0 54 34 2 151 5F 39
Octal 372 50 171 0 124 64 2 521 137 71
Binary 11111010 101000 1111001 0 1010100 110100 10 101010001 1011111 111001

Color Harmonies of #FA2879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2879

Black with #FA2879

Text Example


Text Example

White with #FA2879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2879; }

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

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

background-color css

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

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

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

border-color css

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

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

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