Html Css Color HEX #FA3970 Radical Red

📋 copy color: '#FA3970'

red 250 ◦ green 57 ◦ blue 112

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

Shades of Radical Red #FA3970

Tints of Radical Red #FA3970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.6%

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

R = 59.67%
G = 13.6%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA3970 (or 0xFA3970) is known color: Radical Red. HEX triplet: FA, 39 and 70. RGB value is (250,57,112). Sum of RGB (Red+Green+Blue) = 250+57+112=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3970 is #05C68F. Grayscale: #787878. Windows color (decimal): -378512 or 7354874. OLE color: 7354874.

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

Color convert

RGB 250 57 112 -
CMYK 0 0.77 0.55 0.02
HSL 342.9º 0.95% 0.6% -
HSV(B) 342.9º 0.77% 0.98% -
XYZ 43.81 24.42 17.73 -
YUV 120.98 122.94 220.03 -
System Red Green Blue C M Y K H S L
Decimal 250 57 112 0 0.77 0.55 0.02 342.9 0.95 0.6
Hex FA 39 70 0 4D 37 2 157 5F 3C
Octal 372 71 160 0 115 67 2 527 137 74
Binary 11111010 111001 1110000 0 1001101 110111 10 101010111 1011111 111100

Color Harmonies of #FA3970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3970

Black with #FA3970

Text Example


Text Example

White with #FA3970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3970; }

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

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

background-color css

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

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

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

border-color css

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

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

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