Html Css Color HEX #F93373 Radical Red

📋 copy color: '#F93373'

red 249 ◦ green 51 ◦ blue 115

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

Shades of Radical Red #F93373

Tints of Radical Red #F93373

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.29%

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

R = 60%
G = 12.29%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F93373 (or 0xF93373) is known color: Radical Red. HEX triplet: F9, 33 and 73. RGB value is (249,51,115). Sum of RGB (Red+Green+Blue) = 249+51+115=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F93373 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93373 is #06CC8C. Grayscale: #757575. Windows color (decimal): -445581 or 7549945. OLE color: 7549945.

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

Color convert

RGB 249 51 115 -
CMYK 0 0.80 0.54 0.02
HSL 340.61º 0.94% 0.59% -
HSV(B) 340.61º 0.8% 0.98% -
XYZ 43.35 23.75 18.52 -
YUV 117.5 126.6 221.8 -
System Red Green Blue C M Y K H S L
Decimal 249 51 115 0 0.80 0.54 0.02 340.61 0.94 0.59
Hex F9 33 73 0 50 36 2 155 5E 3B
Octal 371 63 163 0 120 66 2 525 136 73
Binary 11111001 110011 1110011 0 1010000 110110 10 101010101 1011110 111011

Color Harmonies of #F93373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93373

Black with #F93373

Text Example


Text Example

White with #F93373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93373; }

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

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

background-color css

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

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

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

border-color css

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

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

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