Html Css Color HEX #FF4071 Radical Red

📋 copy color: '#FF4071'

red 255 ◦ green 64 ◦ blue 113

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

Shades of Radical Red #FF4071

Tints of Radical Red #FF4071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.81%

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

R = 59.03%
G = 14.81%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF4071 (or 0xFF4071) is known color: Radical Red. HEX triplet: FF, 40 and 71. RGB value is (255,64,113). Sum of RGB (Red+Green+Blue) = 255+64+113=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4071 is #00BF8E. Grayscale: #7E7E7E. Windows color (decimal): -49039 or 7422207. OLE color: 7422207.

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

Color convert

RGB 255 64 113 -
CMYK 0 0.75 0.56 0
HSL 344.61º 1% 0.63% -
HSV(B) 344.61º 0.75% 1% -
XYZ 46.05 26.12 18.24 -
YUV 126.7 120.28 219.52 -
System Red Green Blue C M Y K H S L
Decimal 255 64 113 0 0.75 0.56 0 344.61 1 0.63
Hex FF 40 71 0 4B 38 0 159 64 3F
Octal 377 100 161 0 113 70 0 531 144 77
Binary 11111111 1000000 1110001 0 1001011 111000 0 101011001 1100100 111111

Color Harmonies of #FF4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4071

Black with #FF4071

Text Example


Text Example

White with #FF4071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4071; }

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

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

background-color css

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

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

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

border-color css

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

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

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