Html Css Color HEX #F7325A Radical Red

📋 copy color: '#F7325A'

red 247 ◦ green 50 ◦ blue 90

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

Shades of Radical Red #F7325A

Tints of Radical Red #F7325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.26%

R = 63.82%
G = 12.92%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F7325A (or 0xF7325A) is known color: Radical Red. HEX triplet: F7, 32 and 5A. RGB value is (247,50,90). Sum of RGB (Red+Green+Blue) = 247+50+90=387 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.82% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 247 - color contains mainly: red. Hex color #F7325A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7325A is #08CDA5. Grayscale: #717171. Windows color (decimal): -576934 or 5911287. OLE color: 5911287.

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

Color convert

RGB 247 50 90 -
CMYK 0 0.80 0.64 0.03
HSL 347.82º 0.92% 0.58% -
HSV(B) 347.82º 0.8% 0.97% -
XYZ 41.34 22.79 11.89 -
YUV 113.46 114.77 223.25 -
System Red Green Blue C M Y K H S L
Decimal 247 50 90 0 0.80 0.64 0.03 347.82 0.92 0.58
Hex F7 32 5A 0 50 40 3 15C 5C 3A
Octal 367 62 132 0 120 100 3 534 134 72
Binary 11110111 110010 1011010 0 1010000 1000000 11 101011100 1011100 111010

Color Harmonies of #F7325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7325A

Black with #F7325A

Text Example


Text Example

White with #F7325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7325A; }

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

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

background-color css

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

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

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

border-color css

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

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

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