Html Css Color HEX #FF3471 Radical Red

📋 copy color: '#FF3471'

red 255 ◦ green 52 ◦ blue 113

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

Shades of Radical Red #FF3471

Tints of Radical Red #FF3471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.38%

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

R = 60.71%
G = 12.38%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF3471 (or 0xFF3471) is known color: Radical Red. HEX triplet: FF, 34 and 71. RGB value is (255,52,113). Sum of RGB (Red+Green+Blue) = 255+52+113=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3471 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3471 is #00CB8E. Grayscale: #777777. Windows color (decimal): -52111 or 7419135. OLE color: 7419135.

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

Color convert

RGB 255 52 113 -
CMYK 0 0.80 0.56 0
HSL 341.97º 1% 0.6% -
HSV(B) 341.97º 0.8% 1% -
XYZ 45.45 24.91 18.04 -
YUV 119.65 124.25 224.54 -
System Red Green Blue C M Y K H S L
Decimal 255 52 113 0 0.80 0.56 0 341.97 1 0.6
Hex FF 34 71 0 50 38 0 156 64 3C
Octal 377 64 161 0 120 70 0 526 144 74
Binary 11111111 110100 1110001 0 1010000 111000 0 101010110 1100100 111100

Color Harmonies of #FF3471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3471

Black with #FF3471

Text Example


Text Example

White with #FF3471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3471; }

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

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

background-color css

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

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

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

border-color css

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

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

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