Html Css Color HEX #F9316C Radical Red

📋 copy color: '#F9316C'

red 249 ◦ green 49 ◦ blue 108

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

Shades of Radical Red #F9316C

Tints of Radical Red #F9316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.07%

 BLUE value IS 108 (42.58% from 255) = 26.6%

R = 61.33%
G = 12.07%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9316C (or 0xF9316C) is known color: Radical Red. HEX triplet: F9, 31 and 6C. RGB value is (249,49,108). Sum of RGB (Red+Green+Blue) = 249+49+108=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F9316C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9316C is #06CE93. Grayscale: #737373. Windows color (decimal): -446100 or 7090681. OLE color: 7090681.

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

Color convert

RGB 249 49 108 -
CMYK 0 0.80 0.57 0.02
HSL 342.3º 0.94% 0.58% -
HSV(B) 342.3º 0.8% 0.98% -
XYZ 42.87 23.42 16.45 -
YUV 115.53 123.76 223.2 -
System Red Green Blue C M Y K H S L
Decimal 249 49 108 0 0.80 0.57 0.02 342.3 0.94 0.58
Hex F9 31 6C 0 50 39 2 156 5E 3A
Octal 371 61 154 0 120 71 2 526 136 72
Binary 11111001 110001 1101100 0 1010000 111001 10 101010110 1011110 111010

Color Harmonies of #F9316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9316C

Black with #F9316C

Text Example


Text Example

White with #F9316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9316C; }

 p { color: rgb(249,49,108); }

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

background-color css

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

 a { background-color: rgb(249,49,108); }

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

border-color css

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

 span { border-color: rgb(249,49,108); }

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