Html Css Color HEX #F9345D Radical Red

📋 copy color: '#F9345D'

red 249 ◦ green 52 ◦ blue 93

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

Shades of Radical Red #F9345D

Tints of Radical Red #F9345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.2%

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

R = 63.2%
G = 13.2%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9345D (or 0xF9345D) is known color: Radical Red. HEX triplet: F9, 34 and 5D. RGB value is (249,52,93). Sum of RGB (Red+Green+Blue) = 249+52+93=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F9345D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9345D is #06CBA2. Grayscale: #737373. Windows color (decimal): -445347 or 6108409. OLE color: 6108409.

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

Color convert

RGB 249 52 93 -
CMYK 0 0.79 0.63 0.02
HSL 347.51º 0.94% 0.59% -
HSV(B) 347.51º 0.79% 0.98% -
XYZ 42.27 23.39 12.64 -
YUV 115.58 115.27 223.17 -
System Red Green Blue C M Y K H S L
Decimal 249 52 93 0 0.79 0.63 0.02 347.51 0.94 0.59
Hex F9 34 5D 0 4F 3F 2 15C 5E 3B
Octal 371 64 135 0 117 77 2 534 136 73
Binary 11111001 110100 1011101 0 1001111 111111 10 101011100 1011110 111011

Color Harmonies of #F9345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9345D

Black with #F9345D

Text Example


Text Example

White with #F9345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9345D; }

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

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

background-color css

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

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

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

border-color css

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

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

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