Html Css Color HEX #F7325C Radical Red

📋 copy color: '#F7325C'

red 247 ◦ green 50 ◦ blue 92

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

Shades of Radical Red #F7325C

Tints of Radical Red #F7325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.65%

R = 63.5%
G = 12.85%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F7325C (or 0xF7325C) is known color: Radical Red. HEX triplet: F7, 32 and 5C. RGB value is (247,50,92). Sum of RGB (Red+Green+Blue) = 247+50+92=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F7325C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7325C is #08CDA3. Grayscale: #717171. Windows color (decimal): -576932 or 6042359. OLE color: 6042359.

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

Color convert

RGB 247 50 92 -
CMYK 0 0.80 0.63 0.03
HSL 347.21º 0.92% 0.58% -
HSV(B) 347.21º 0.8% 0.97% -
XYZ 41.43 22.83 12.35 -
YUV 113.69 115.77 223.08 -
System Red Green Blue C M Y K H S L
Decimal 247 50 92 0 0.80 0.63 0.03 347.21 0.92 0.58
Hex F7 32 5C 0 50 3F 3 15B 5C 3A
Octal 367 62 134 0 120 77 3 533 134 72
Binary 11110111 110010 1011100 0 1010000 111111 11 101011011 1011100 111010

Color Harmonies of #F7325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7325C

Black with #F7325C

Text Example


Text Example

White with #F7325C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7325C; }

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

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

background-color css

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

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

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

border-color css

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

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

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