Html Css Color HEX #FF1A71 Radical Red

📋 copy color: '#FF1A71'

red 255 ◦ green 26 ◦ blue 113

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

Shades of Radical Red #FF1A71

Tints of Radical Red #FF1A71

RGB

 RED value IS 255 (100% from 255) = 64.72%

 GREEN value IS 26 (10.55% from 255) = 6.6%

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

R = 64.72%
G = 6.6%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF1A71 (or 0xFF1A71) is known color: Radical Red. HEX triplet: FF, 1A and 71. RGB value is (255,26,113). Sum of RGB (Red+Green+Blue) = 255+26+113=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 26 (10.55% from 255 or 6.60% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1A71 is #00E58E. Grayscale: #686868. Windows color (decimal): -58767 or 7412479. OLE color: 7412479.

HSL color Cylindrical-coordinate representation of color #FF1A71: hue angle of 337.21º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1A71 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 26 113 -
CMYK 0 0.90 0.56 0
HSL 337.21º 1% 0.55% -
HSV(B) 337.21º 0.9% 1% -
XYZ 44.59 23.19 17.75 -
YUV 104.39 132.87 235.43 -
System Red Green Blue C M Y K H S L
Decimal 255 26 113 0 0.90 0.56 0 337.21 1 0.55
Hex FF 1A 71 0 5A 38 0 151 64 37
Octal 377 32 161 0 132 70 0 521 144 67
Binary 11111111 11010 1110001 0 1011010 111000 0 101010001 1100100 110111

Color Harmonies of #FF1A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1A71

Black with #FF1A71

Text Example


Text Example

White with #FF1A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1A71; }

 p { color: rgb(255,26,113); }

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

background-color css

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

 a { background-color: rgb(255,26,113); }

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

border-color css

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

 span { border-color: rgb(255,26,113); }

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