Html Css Color HEX #F9464D Radical Red

📋 copy color: '#F9464D'

red 249 ◦ green 70 ◦ blue 77

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

Shades of Radical Red #F9464D

Tints of Radical Red #F9464D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.68%

 BLUE value IS 77 (30.47% from 255) = 19.44%

R = 62.88%
G = 17.68%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9464D (or 0xF9464D) is known color: Radical Red. HEX triplet: F9, 46 and 4D. RGB value is (249,70,77). Sum of RGB (Red+Green+Blue) = 249+70+77=396 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.88% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 249 - color contains mainly: red. Hex color #F9464D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9464D is #06B9B2. Grayscale: #7C7C7C. Windows color (decimal): -440755 or 5064441. OLE color: 5064441.

HSL color Cylindrical-coordinate representation of color #F9464D: hue angle of 357.65º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F9464D is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 70 77 -
CMYK 0 0.72 0.69 0.02
HSL 357.65º 0.94% 0.63% -
HSV(B) 357.65º 0.72% 0.98% -
XYZ 42.6 25.06 9.61 -
YUV 124.32 101.3 216.93 -
System Red Green Blue C M Y K H S L
Decimal 249 70 77 0 0.72 0.69 0.02 357.65 0.94 0.63
Hex F9 46 4D 0 48 45 2 166 5E 3F
Octal 371 106 115 0 110 105 2 546 136 77
Binary 11111001 1000110 1001101 0 1001000 1000101 10 101100110 1011110 111111

Color Harmonies of #F9464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9464D

Black with #F9464D

Text Example


Text Example

White with #F9464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9464D; }

 p { color: rgb(249,70,77); }

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

background-color css

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

 a { background-color: rgb(249,70,77); }

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

border-color css

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

 span { border-color: rgb(249,70,77); }

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