Html Css Color HEX #F7325D Radical Red

📋 copy color: '#F7325D'

red 247 ◦ green 50 ◦ blue 93

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

Shades of Radical Red #F7325D

Tints of Radical Red #F7325D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.85%

R = 63.33%
G = 12.82%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7325D (or 0xF7325D) is known color: Radical Red. HEX triplet: F7, 32 and 5D. RGB value is (247,50,93). Sum of RGB (Red+Green+Blue) = 247+50+93=390 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.33% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 247 - color contains mainly: red. Hex color #F7325D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7325D is #08CDA2. Grayscale: #717171. Windows color (decimal): -576931 or 6107895. OLE color: 6107895.

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

Color convert

RGB 247 50 93 -
CMYK 0 0.80 0.62 0.03
HSL 346.9º 0.92% 0.58% -
HSV(B) 346.9º 0.8% 0.97% -
XYZ 41.47 22.85 12.58 -
YUV 113.81 116.27 223 -
System Red Green Blue C M Y K H S L
Decimal 247 50 93 0 0.80 0.62 0.03 346.9 0.92 0.58
Hex F7 32 5D 0 50 3E 3 15B 5C 3A
Octal 367 62 135 0 120 76 3 533 134 72
Binary 11110111 110010 1011101 0 1010000 111110 11 101011011 1011100 111010

Color Harmonies of #F7325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7325D

Black with #F7325D

Text Example


Text Example

White with #F7325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7325D; }

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

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

background-color css

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

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

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

border-color css

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

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

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