Html Css Color HEX #FA4171 Radical Red

📋 copy color: '#FA4171'

red 250 ◦ green 65 ◦ blue 113

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

Shades of Radical Red #FA4171

Tints of Radical Red #FA4171

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.19%

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

R = 58.41%
G = 15.19%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA4171 (or 0xFA4171) is known color: Radical Red. HEX triplet: FA, 41 and 71. RGB value is (250,65,113). Sum of RGB (Red+Green+Blue) = 250+65+113=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4171 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4171 is #05BE8E. Grayscale: #7D7D7D. Windows color (decimal): -376463 or 7422458. OLE color: 7422458.

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

Color convert

RGB 250 65 113 -
CMYK 0 0.74 0.55 0.02
HSL 344.43º 0.95% 0.62% -
HSV(B) 344.43º 0.74% 0.98% -
XYZ 44.3 25.3 18.17 -
YUV 125.79 120.79 216.6 -
System Red Green Blue C M Y K H S L
Decimal 250 65 113 0 0.74 0.55 0.02 344.43 0.95 0.62
Hex FA 41 71 0 4A 37 2 158 5F 3E
Octal 372 101 161 0 112 67 2 530 137 76
Binary 11111010 1000001 1110001 0 1001010 110111 10 101011000 1011111 111110

Color Harmonies of #FA4171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4171

Black with #FA4171

Text Example


Text Example

White with #FA4171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4171; }

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

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

background-color css

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

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

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

border-color css

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

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

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