Html Css Color HEX #FF3272 Radical Red

📋 copy color: '#FF3272'

red 255 ◦ green 50 ◦ blue 114

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

Shades of Radical Red #FF3272

Tints of Radical Red #FF3272

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.93%

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

R = 60.86%
G = 11.93%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF3272 (or 0xFF3272) is known color: Radical Red. HEX triplet: FF, 32 and 72. RGB value is (255,50,114). Sum of RGB (Red+Green+Blue) = 255+50+114=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3272 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3272 is #00CD8D. Grayscale: #767676. Windows color (decimal): -52622 or 7484159. OLE color: 7484159.

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

Color convert

RGB 255 50 114 -
CMYK 0 0.80 0.55 0
HSL 341.27º 1% 0.6% -
HSV(B) 341.27º 0.8% 1% -
XYZ 45.42 24.76 18.3 -
YUV 118.59 125.42 225.3 -
System Red Green Blue C M Y K H S L
Decimal 255 50 114 0 0.80 0.55 0 341.27 1 0.6
Hex FF 32 72 0 50 37 0 155 64 3C
Octal 377 62 162 0 120 67 0 525 144 74
Binary 11111111 110010 1110010 0 1010000 110111 0 101010101 1100100 111100

Color Harmonies of #FF3272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3272

Black with #FF3272

Text Example


Text Example

White with #FF3272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3272; }

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

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

background-color css

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

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

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

border-color css

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

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

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