Html Css Color HEX #F93A73 Radical Red

📋 copy color: '#F93A73'

red 249 ◦ green 58 ◦ blue 115

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

Shades of Radical Red #F93A73

Tints of Radical Red #F93A73

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.74%

 BLUE value IS 115 (45.31% from 255) = 27.25%

R = 59%
G = 13.74%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F93A73 (or 0xF93A73) is known color: Radical Red. HEX triplet: F9, 3A and 73. RGB value is (249,58,115). Sum of RGB (Red+Green+Blue) = 249+58+115=422 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.00% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93A73 is #06C58C. Grayscale: #797979. Windows color (decimal): -443789 or 7551737. OLE color: 7551737.

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

Color convert

RGB 249 58 115 -
CMYK 0 0.77 0.54 0.02
HSL 342.09º 0.94% 0.6% -
HSV(B) 342.09º 0.77% 0.98% -
XYZ 43.67 24.4 18.63 -
YUV 121.61 124.28 218.87 -
System Red Green Blue C M Y K H S L
Decimal 249 58 115 0 0.77 0.54 0.02 342.09 0.94 0.6
Hex F9 3A 73 0 4D 36 2 156 5E 3C
Octal 371 72 163 0 115 66 2 526 136 74
Binary 11111001 111010 1110011 0 1001101 110110 10 101010110 1011110 111100

Color Harmonies of #F93A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93A73

Black with #F93A73

Text Example


Text Example

White with #F93A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93A73; }

 p { color: rgb(249,58,115); }

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

background-color css

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

 a { background-color: rgb(249,58,115); }

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

border-color css

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

 span { border-color: rgb(249,58,115); }

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