Html Css Color HEX #F93549 Radical Red

📋 copy color: '#F93549'

red 249 ◦ green 53 ◦ blue 73

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

Shades of Radical Red #F93549

Tints of Radical Red #F93549

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.13%

 BLUE value IS 73 (28.91% from 255) = 19.47%

R = 66.4%
G = 14.13%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F93549 (or 0xF93549) is known color: Radical Red. HEX triplet: F9, 35 and 49. RGB value is (249,53,73). Sum of RGB (Red+Green+Blue) = 249+53+73=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F93549 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93549 is #06CAB6. Grayscale: #727272. Windows color (decimal): -445111 or 4797945. OLE color: 4797945.

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

Color convert

RGB 249 53 73 -
CMYK 0 0.79 0.71 0.02
HSL 353.88º 0.94% 0.59% -
HSV(B) 353.88º 0.79% 0.98% -
XYZ 41.54 23.17 8.59 -
YUV 113.88 104.93 224.37 -
System Red Green Blue C M Y K H S L
Decimal 249 53 73 0 0.79 0.71 0.02 353.88 0.94 0.59
Hex F9 35 49 0 4F 47 2 162 5E 3B
Octal 371 65 111 0 117 107 2 542 136 73
Binary 11111001 110101 1001001 0 1001111 1000111 10 101100010 1011110 111011

Color Harmonies of #F93549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93549

Black with #F93549

Text Example


Text Example

White with #F93549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93549; }

 p { color: rgb(249,53,73); }

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

background-color css

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

 a { background-color: rgb(249,53,73); }

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

border-color css

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

 span { border-color: rgb(249,53,73); }

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