Html Css Color HEX #F7325B Radical Red

📋 copy color: '#F7325B'

red 247 ◦ green 50 ◦ blue 91

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

Shades of Radical Red #F7325B

Tints of Radical Red #F7325B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.45%

R = 63.66%
G = 12.89%
B = 23.45%

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

#F7325B (or 0xF7325B) is known color: Radical Red. HEX triplet: F7, 32 and 5B. RGB value is (247,50,91). Sum of RGB (Red+Green+Blue) = 247+50+91=388 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.66% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 247 - color contains mainly: red. Hex color #F7325B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7325B is #08CDA4. Grayscale: #717171. Windows color (decimal): -576933 or 5976823. OLE color: 5976823.

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

Color convert

RGB 247 50 91 -
CMYK 0 0.80 0.63 0.03
HSL 347.51º 0.92% 0.58% -
HSV(B) 347.51º 0.8% 0.97% -
XYZ 41.39 22.81 12.12 -
YUV 113.58 115.27 223.17 -
System Red Green Blue C M Y K H S L
Decimal 247 50 91 0 0.80 0.63 0.03 347.51 0.92 0.58
Hex F7 32 5B 0 50 3F 3 15C 5C 3A
Octal 367 62 133 0 120 77 3 534 134 72
Binary 11110111 110010 1011011 0 1010000 111111 11 101011100 1011100 111010

Color Harmonies of #F7325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7325B

Black with #F7325B

Text Example


Text Example

White with #F7325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7325B; }

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

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

background-color css

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

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

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

border-color css

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

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

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