Html Css Color HEX #F9465D Radical Red

📋 copy color: '#F9465D'

red 249 ◦ green 70 ◦ blue 93

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

Shades of Radical Red #F9465D

Tints of Radical Red #F9465D

RGB

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

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

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

R = 60.44%
G = 16.99%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9465D (or 0xF9465D) is known color: Radical Red. HEX triplet: F9, 46 and 5D. RGB value is (249,70,93). Sum of RGB (Red+Green+Blue) = 249+70+93=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F9465D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9465D is #06B9A2. Grayscale: #7E7E7E. Windows color (decimal): -440739 or 6113017. OLE color: 6113017.

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

Color convert

RGB 249 70 93 -
CMYK 0 0.72 0.63 0.02
HSL 352.29º 0.94% 0.63% -
HSV(B) 352.29º 0.72% 0.98% -
XYZ 43.23 25.31 12.96 -
YUV 126.14 109.3 215.63 -
System Red Green Blue C M Y K H S L
Decimal 249 70 93 0 0.72 0.63 0.02 352.29 0.94 0.63
Hex F9 46 5D 0 48 3F 2 160 5E 3F
Octal 371 106 135 0 110 77 2 540 136 77
Binary 11111001 1000110 1011101 0 1001000 111111 10 101100000 1011110 111111

Color Harmonies of #F9465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9465D

Black with #F9465D

Text Example


Text Example

White with #F9465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9465D; }

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

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

background-color css

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

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

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

border-color css

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

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

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