Html Css Color HEX #F9326D Radical Red

📋 copy color: '#F9326D'

red 249 ◦ green 50 ◦ blue 109

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

Shades of Radical Red #F9326D

Tints of Radical Red #F9326D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.72%

R = 61.03%
G = 12.25%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#F9326D (or 0xF9326D) is known color: Radical Red. HEX triplet: F9, 32 and 6D. RGB value is (249,50,109). Sum of RGB (Red+Green+Blue) = 249+50+109=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F9326D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9326D is #06CD92. Grayscale: #747474. Windows color (decimal): -445843 or 7156473. OLE color: 7156473.

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

Color convert

RGB 249 50 109 -
CMYK 0 0.80 0.56 0.02
HSL 342.21º 0.94% 0.59% -
HSV(B) 342.21º 0.8% 0.98% -
XYZ 42.97 23.53 16.74 -
YUV 116.23 123.93 222.7 -
System Red Green Blue C M Y K H S L
Decimal 249 50 109 0 0.80 0.56 0.02 342.21 0.94 0.59
Hex F9 32 6D 0 50 38 2 156 5E 3B
Octal 371 62 155 0 120 70 2 526 136 73
Binary 11111001 110010 1101101 0 1010000 111000 10 101010110 1011110 111011

Color Harmonies of #F9326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9326D

Black with #F9326D

Text Example


Text Example

White with #F9326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9326D; }

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

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

background-color css

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

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

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

border-color css

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

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

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