Html Css Color HEX #FA2671 Radical Red

📋 copy color: '#FA2671'

red 250 ◦ green 38 ◦ blue 113

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

Shades of Radical Red #FA2671

Tints of Radical Red #FA2671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.48%

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

R = 62.34%
G = 9.48%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA2671 (or 0xFA2671) is known color: Radical Red. HEX triplet: FA, 26 and 71. RGB value is (250,38,113). Sum of RGB (Red+Green+Blue) = 250+38+113=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2671 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2671 is #05D98E. Grayscale: #6D6D6D. Windows color (decimal): -383375 or 7415546. OLE color: 7415546.

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

Color convert

RGB 250 38 113 -
CMYK 0 0.85 0.55 0.02
HSL 338.77º 0.95% 0.56% -
HSV(B) 338.77º 0.85% 0.98% -
XYZ 43.1 22.9 17.77 -
YUV 109.94 129.74 227.9 -
System Red Green Blue C M Y K H S L
Decimal 250 38 113 0 0.85 0.55 0.02 338.77 0.95 0.56
Hex FA 26 71 0 55 37 2 153 5F 38
Octal 372 46 161 0 125 67 2 523 137 70
Binary 11111010 100110 1110001 0 1010101 110111 10 101010011 1011111 111000

Color Harmonies of #FA2671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2671

Black with #FA2671

Text Example


Text Example

White with #FA2671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2671; }

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

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

background-color css

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

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

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

border-color css

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

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

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