Html Css Color HEX #FF316D Radical Red

📋 copy color: '#FF316D'

red 255 ◦ green 49 ◦ blue 109

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

Shades of Radical Red #FF316D

Tints of Radical Red #FF316D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.39%

R = 61.74%
G = 11.86%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FF316D (or 0xFF316D) is known color: Radical Red. HEX triplet: FF, 31 and 6D. RGB value is (255,49,109). Sum of RGB (Red+Green+Blue) = 255+49+109=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF316D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF316D is #00CE92. Grayscale: #757575. Windows color (decimal): -52883 or 7156223. OLE color: 7156223.

HSL color Cylindrical-coordinate representation of color #FF316D: hue angle of 342.52º 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 #FF316D is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.

Color convert

RGB 255 49 109 -
CMYK 0 0.81 0.57 0
HSL 342.52º 1% 0.6% -
HSV(B) 342.52º 0.81% 1% -
XYZ 45.1 24.56 16.83 -
YUV 117.43 123.25 226.12 -
System Red Green Blue C M Y K H S L
Decimal 255 49 109 0 0.81 0.57 0 342.52 1 0.6
Hex FF 31 6D 0 51 39 0 157 64 3C
Octal 377 61 155 0 121 71 0 527 144 74
Binary 11111111 110001 1101101 0 1010001 111001 0 101010111 1100100 111100

Color Harmonies of #FF316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF316D

Black with #FF316D

Text Example


Text Example

White with #FF316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF316D; }

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

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

background-color css

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

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

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

border-color css

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

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

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