Html Css Color HEX #FA3A71 Radical Red

📋 copy color: '#FA3A71'

red 250 ◦ green 58 ◦ blue 113

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

Shades of Radical Red #FA3A71

Tints of Radical Red #FA3A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.78%

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

R = 59.38%
G = 13.78%
B = 26.84%

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

#FA3A71 (or 0xFA3A71) is known color: Radical Red. HEX triplet: FA, 3A and 71. RGB value is (250,58,113). Sum of RGB (Red+Green+Blue) = 250+58+113=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3A71 is #05C58E. Grayscale: #797979. Windows color (decimal): -378255 or 7420666. OLE color: 7420666.

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

Color convert

RGB 250 58 113 -
CMYK 0 0.77 0.55 0.02
HSL 342.81º 0.95% 0.6% -
HSV(B) 342.81º 0.77% 0.98% -
XYZ 43.92 24.54 18.05 -
YUV 121.68 123.11 219.53 -
System Red Green Blue C M Y K H S L
Decimal 250 58 113 0 0.77 0.55 0.02 342.81 0.95 0.6
Hex FA 3A 71 0 4D 37 2 157 5F 3C
Octal 372 72 161 0 115 67 2 527 137 74
Binary 11111010 111010 1110001 0 1001101 110111 10 101010111 1011111 111100

Color Harmonies of #FA3A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A71

Black with #FA3A71

Text Example


Text Example

White with #FA3A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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