Html Css Color HEX #FA2970 Radical Red

📋 copy color: '#FA2970'

red 250 ◦ green 41 ◦ blue 112

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

Shades of Radical Red #FA2970

Tints of Radical Red #FA2970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.17%

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

R = 62.03%
G = 10.17%
B = 27.79%

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

#FA2970 (or 0xFA2970) is known color: Radical Red. HEX triplet: FA, 29 and 70. RGB value is (250,41,112). Sum of RGB (Red+Green+Blue) = 250+41+112=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2970 is #05D68F. Grayscale: #6F6F6F. Windows color (decimal): -382608 or 7350778. OLE color: 7350778.

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

Color convert

RGB 250 41 112 -
CMYK 0 0.84 0.55 0.02
HSL 339.62º 0.95% 0.57% -
HSV(B) 339.62º 0.84% 0.98% -
XYZ 43.14 23.08 17.51 -
YUV 111.59 128.24 226.73 -
System Red Green Blue C M Y K H S L
Decimal 250 41 112 0 0.84 0.55 0.02 339.62 0.95 0.57
Hex FA 29 70 0 54 37 2 154 5F 39
Octal 372 51 160 0 124 67 2 524 137 71
Binary 11111010 101001 1110000 0 1010100 110111 10 101010100 1011111 111001

Color Harmonies of #FA2970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2970

Black with #FA2970

Text Example


Text Example

White with #FA2970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2970; }

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

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

background-color css

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

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

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

border-color css

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

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

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