Html Css Color HEX #FF3172 Radical Red

📋 copy color: '#FF3172'

red 255 ◦ green 49 ◦ blue 114

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

Shades of Radical Red #FF3172

Tints of Radical Red #FF3172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.27%

R = 61%
G = 11.72%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF3172 (or 0xFF3172) is known color: Radical Red. HEX triplet: FF, 31 and 72. RGB value is (255,49,114). Sum of RGB (Red+Green+Blue) = 255+49+114=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3172 is #00CE8D. Grayscale: #757575. Windows color (decimal): -52878 or 7483903. OLE color: 7483903.

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

Color convert

RGB 255 49 114 -
CMYK 0 0.81 0.55 0
HSL 341.07º 1% 0.6% -
HSV(B) 341.07º 0.81% 1% -
XYZ 45.38 24.67 18.29 -
YUV 118 125.75 225.71 -
System Red Green Blue C M Y K H S L
Decimal 255 49 114 0 0.81 0.55 0 341.07 1 0.6
Hex FF 31 72 0 51 37 0 155 64 3C
Octal 377 61 162 0 121 67 0 525 144 74
Binary 11111111 110001 1110010 0 1010001 110111 0 101010101 1100100 111100

Color Harmonies of #FF3172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3172

Black with #FF3172

Text Example


Text Example

White with #FF3172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3172; }

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

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

background-color css

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

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

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

border-color css

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

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

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