Html Css Color HEX #FA4271 Radical Red

📋 copy color: '#FA4271'

red 250 ◦ green 66 ◦ blue 113

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

Shades of Radical Red #FA4271

Tints of Radical Red #FA4271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.38%

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

R = 58.28%
G = 15.38%
B = 26.34%

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

#FA4271 (or 0xFA4271) is known color: Radical Red. HEX triplet: FA, 42 and 71. RGB value is (250,66,113). Sum of RGB (Red+Green+Blue) = 250+66+113=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4271 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4271 is #05BD8E. Grayscale: #7E7E7E. Windows color (decimal): -376207 or 7422714. OLE color: 7422714.

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

Color convert

RGB 250 66 113 -
CMYK 0 0.74 0.55 0.02
HSL 344.67º 0.95% 0.62% -
HSV(B) 344.67º 0.74% 0.98% -
XYZ 44.35 25.41 18.19 -
YUV 126.37 120.46 216.18 -
System Red Green Blue C M Y K H S L
Decimal 250 66 113 0 0.74 0.55 0.02 344.67 0.95 0.62
Hex FA 42 71 0 4A 37 2 159 5F 3E
Octal 372 102 161 0 112 67 2 531 137 76
Binary 11111010 1000010 1110001 0 1001010 110111 10 101011001 1011111 111110

Color Harmonies of #FA4271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4271

Black with #FA4271

Text Example


Text Example

White with #FA4271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4271; }

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

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

background-color css

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

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

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

border-color css

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

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

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