Html Css Color HEX #FA3071 Radical Red

📋 copy color: '#FA3071'

red 250 ◦ green 48 ◦ blue 113

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

Shades of Radical Red #FA3071

Tints of Radical Red #FA3071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.68%

 BLUE value IS 113 (44.53% from 255) = 27.49%

R = 60.83%
G = 11.68%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA3071 (or 0xFA3071) is known color: Radical Red. HEX triplet: FA, 30 and 71. RGB value is (250,48,113). Sum of RGB (Red+Green+Blue) = 250+48+113=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3071 is #05CF8E. Grayscale: #737373. Windows color (decimal): -380815 or 7418106. OLE color: 7418106.

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

Color convert

RGB 250 48 113 -
CMYK 0 0.81 0.55 0.02
HSL 340.69º 0.95% 0.58% -
HSV(B) 340.69º 0.81% 0.98% -
XYZ 43.46 23.63 17.89 -
YUV 115.81 126.42 223.71 -
System Red Green Blue C M Y K H S L
Decimal 250 48 113 0 0.81 0.55 0.02 340.69 0.95 0.58
Hex FA 30 71 0 51 37 2 155 5F 3A
Octal 372 60 161 0 121 67 2 525 137 72
Binary 11111010 110000 1110001 0 1010001 110111 10 101010101 1011111 111010

Color Harmonies of #FA3071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3071

Black with #FA3071

Text Example


Text Example

White with #FA3071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3071; }

 p { color: rgb(250,48,113); }

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

background-color css

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

 a { background-color: rgb(250,48,113); }

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

border-color css

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

 span { border-color: rgb(250,48,113); }

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