Html Css Color HEX #F9325E Radical Red

📋 copy color: '#F9325E'

red 249 ◦ green 50 ◦ blue 94

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

Shades of Radical Red #F9325E

Tints of Radical Red #F9325E

RGB

 RED value IS 249 (97.66% from 255) = 63.36%

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

 BLUE value IS 94 (37.11% from 255) = 23.92%

R = 63.36%
G = 12.72%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F9325E (or 0xF9325E) is known color: Radical Red. HEX triplet: F9, 32 and 5E. RGB value is (249,50,94). Sum of RGB (Red+Green+Blue) = 249+50+94=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F9325E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9325E is #06CDA1. Grayscale: #727272. Windows color (decimal): -445858 or 6173433. OLE color: 6173433.

HSL color Cylindrical-coordinate representation of color #F9325E: hue angle of 346.73º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9325E is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 50 94 -
CMYK 0 0.80 0.62 0.02
HSL 346.73º 0.94% 0.59% -
HSV(B) 346.73º 0.8% 0.98% -
XYZ 42.23 23.23 12.85 -
YUV 114.52 116.43 223.92 -
System Red Green Blue C M Y K H S L
Decimal 249 50 94 0 0.80 0.62 0.02 346.73 0.94 0.59
Hex F9 32 5E 0 50 3E 2 15B 5E 3B
Octal 371 62 136 0 120 76 2 533 136 73
Binary 11111001 110010 1011110 0 1010000 111110 10 101011011 1011110 111011

Color Harmonies of #F9325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9325E

Black with #F9325E

Text Example


Text Example

White with #F9325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9325E; }

 p { color: rgb(249,50,94); }

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

background-color css

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

 a { background-color: rgb(249,50,94); }

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

border-color css

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

 span { border-color: rgb(249,50,94); }

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