Html Css Color HEX #F73271 Radical Red

📋 copy color: '#F73271'

red 247 ◦ green 50 ◦ blue 113

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

Shades of Radical Red #F73271

Tints of Radical Red #F73271

RGB

 RED value IS 247 (96.88% from 255) = 60.24%

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

 BLUE value IS 113 (44.53% from 255) = 27.56%

R = 60.24%
G = 12.2%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F73271 (or 0xF73271) is known color: Radical Red. HEX triplet: F7, 32 and 71. RGB value is (247,50,113). Sum of RGB (Red+Green+Blue) = 247+50+113=410 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.24% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 247 - color contains mainly: red. Hex color #F73271 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73271 is #08CD8E. Grayscale: #747474. Windows color (decimal): -576911 or 7418615. OLE color: 7418615.

HSL color Cylindrical-coordinate representation of color #F73271: hue angle of 340.81º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F73271 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 50 113 -
CMYK 0 0.80 0.54 0.03
HSL 340.81º 0.92% 0.58% -
HSV(B) 340.81º 0.8% 0.97% -
XYZ 42.48 23.25 17.87 -
YUV 116.09 126.27 221.38 -
System Red Green Blue C M Y K H S L
Decimal 247 50 113 0 0.80 0.54 0.03 340.81 0.92 0.58
Hex F7 32 71 0 50 36 3 155 5C 3A
Octal 367 62 161 0 120 66 3 525 134 72
Binary 11110111 110010 1110001 0 1010000 110110 11 101010101 1011100 111010

Color Harmonies of #F73271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73271

Black with #F73271

Text Example


Text Example

White with #F73271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73271; }

 p { color: rgb(247,50,113); }

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

background-color css

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

 a { background-color: rgb(247,50,113); }

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

border-color css

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

 span { border-color: rgb(247,50,113); }

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