Html Css Color HEX #F93153 Radical Red

📋 copy color: '#F93153'

red 249 ◦ green 49 ◦ blue 83

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

Shades of Radical Red #F93153

Tints of Radical Red #F93153

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.86%

 BLUE value IS 83 (32.81% from 255) = 21.78%

R = 65.35%
G = 12.86%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F93153 (or 0xF93153) is known color: Radical Red. HEX triplet: F9, 31 and 53. RGB value is (249,49,83). Sum of RGB (Red+Green+Blue) = 249+49+83=381 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.35% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 249 - color contains mainly: red. Hex color #F93153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93153 is #06CEAC. Grayscale: #707070. Windows color (decimal): -446125 or 5452281. OLE color: 5452281.

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

Color convert

RGB 249 49 83 -
CMYK 0 0.80 0.67 0.02
HSL 349.8º 0.94% 0.58% -
HSV(B) 349.8º 0.8% 0.98% -
XYZ 41.73 22.96 10.42 -
YUV 112.68 111.26 225.24 -
System Red Green Blue C M Y K H S L
Decimal 249 49 83 0 0.80 0.67 0.02 349.8 0.94 0.58
Hex F9 31 53 0 50 43 2 15E 5E 3A
Octal 371 61 123 0 120 103 2 536 136 72
Binary 11111001 110001 1010011 0 1010000 1000011 10 101011110 1011110 111010

Color Harmonies of #F93153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93153

Black with #F93153

Text Example


Text Example

White with #F93153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93153; }

 p { color: rgb(249,49,83); }

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

background-color css

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

 a { background-color: rgb(249,49,83); }

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

border-color css

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

 span { border-color: rgb(249,49,83); }

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