Html Css Color HEX #FF3071 Radical Red

📋 copy color: '#FF3071'

red 255 ◦ green 48 ◦ blue 113

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

Shades of Radical Red #FF3071

Tints of Radical Red #FF3071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.54%

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

R = 61.3%
G = 11.54%
B = 27.16%

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

#FF3071 (or 0xFF3071) is known color: Radical Red. HEX triplet: FF, 30 and 71. RGB value is (255,48,113). Sum of RGB (Red+Green+Blue) = 255+48+113=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3071 is #00CF8E. Grayscale: #757575. Windows color (decimal): -53135 or 7418111. OLE color: 7418111.

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

Color convert

RGB 255 48 113 -
CMYK 0 0.81 0.56 0
HSL 341.16º 1% 0.59% -
HSV(B) 341.16º 0.81% 1% -
XYZ 45.28 24.57 17.98 -
YUV 117.3 125.58 226.21 -
System Red Green Blue C M Y K H S L
Decimal 255 48 113 0 0.81 0.56 0 341.16 1 0.59
Hex FF 30 71 0 51 38 0 155 64 3B
Octal 377 60 161 0 121 70 0 525 144 73
Binary 11111111 110000 1110001 0 1010001 111000 0 101010101 1100100 111011

Color Harmonies of #FF3071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3071

Black with #FF3071

Text Example


Text Example

White with #FF3071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3071; }

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

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

background-color css

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

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

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

border-color css

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

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

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