Html Css Color HEX #FF3171 Radical Red

📋 copy color: '#FF3171'

red 255 ◦ green 49 ◦ blue 113

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

Shades of Radical Red #FF3171

Tints of Radical Red #FF3171

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.75%

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

R = 61.15%
G = 11.75%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF3171 (or 0xFF3171) is known color: Radical Red. HEX triplet: FF, 31 and 71. RGB value is (255,49,113). Sum of RGB (Red+Green+Blue) = 255+49+113=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3171 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3171 is #00CE8E. Grayscale: #757575. Windows color (decimal): -52879 or 7418367. OLE color: 7418367.

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

Color convert

RGB 255 49 113 -
CMYK 0 0.81 0.56 0
HSL 341.36º 1% 0.6% -
HSV(B) 341.36º 0.81% 1% -
XYZ 45.32 24.65 17.99 -
YUV 117.89 125.25 225.8 -
System Red Green Blue C M Y K H S L
Decimal 255 49 113 0 0.81 0.56 0 341.36 1 0.6
Hex FF 31 71 0 51 38 0 155 64 3C
Octal 377 61 161 0 121 70 0 525 144 74
Binary 11111111 110001 1110001 0 1010001 111000 0 101010101 1100100 111100

Color Harmonies of #FF3171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3171

Black with #FF3171

Text Example


Text Example

White with #FF3171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3171; }

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

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

background-color css

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

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

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

border-color css

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

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

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