Html Css Color HEX #FF3273 Radical Red

📋 copy color: '#FF3273'

red 255 ◦ green 50 ◦ blue 115

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

Shades of Radical Red #FF3273

Tints of Radical Red #FF3273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.38%

R = 60.71%
G = 11.9%
B = 27.38%

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

#FF3273 (or 0xFF3273) is known color: Radical Red. HEX triplet: FF, 32 and 73. RGB value is (255,50,115). Sum of RGB (Red+Green+Blue) = 255+50+115=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3273 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3273 is #00CD8C. Grayscale: #767676. Windows color (decimal): -52621 or 7549695. OLE color: 7549695.

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

Color convert

RGB 255 50 115 -
CMYK 0 0.80 0.55 0
HSL 340.98º 1% 0.6% -
HSV(B) 340.98º 0.8% 1% -
XYZ 45.48 24.78 18.61 -
YUV 118.71 125.92 225.21 -
System Red Green Blue C M Y K H S L
Decimal 255 50 115 0 0.80 0.55 0 340.98 1 0.6
Hex FF 32 73 0 50 37 0 155 64 3C
Octal 377 62 163 0 120 67 0 525 144 74
Binary 11111111 110010 1110011 0 1010000 110111 0 101010101 1100100 111100

Color Harmonies of #FF3273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3273

Black with #FF3273

Text Example


Text Example

White with #FF3273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3273; }

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

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

background-color css

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

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

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

border-color css

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

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

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