Html Css Color HEX #FF3270 Radical Red

📋 copy color: '#FF3270'

red 255 ◦ green 50 ◦ blue 112

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

Shades of Radical Red #FF3270

Tints of Radical Red #FF3270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.86%

R = 61.15%
G = 11.99%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF3270 (or 0xFF3270) is known color: Radical Red. HEX triplet: FF, 32 and 70. RGB value is (255,50,112). Sum of RGB (Red+Green+Blue) = 255+50+112=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3270 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3270 is #00CD8F. Grayscale: #767676. Windows color (decimal): -52624 or 7353087. OLE color: 7353087.

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

Color convert

RGB 255 50 112 -
CMYK 0 0.80 0.56 0
HSL 341.85º 1% 0.6% -
HSV(B) 341.85º 0.8% 1% -
XYZ 45.31 24.71 17.71 -
YUV 118.36 124.42 225.46 -
System Red Green Blue C M Y K H S L
Decimal 255 50 112 0 0.80 0.56 0 341.85 1 0.6
Hex FF 32 70 0 50 38 0 156 64 3C
Octal 377 62 160 0 120 70 0 526 144 74
Binary 11111111 110010 1110000 0 1010000 111000 0 101010110 1100100 111100

Color Harmonies of #FF3270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3270

Black with #FF3270

Text Example


Text Example

White with #FF3270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3270; }

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

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

background-color css

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

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

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

border-color css

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

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

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