Html Css Color HEX #F93163 Radical Red

📋 copy color: '#F93163'

red 249 ◦ green 49 ◦ blue 99

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

Shades of Radical Red #F93163

Tints of Radical Red #F93163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.94%

R = 62.72%
G = 12.34%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F93163 (or 0xF93163) is known color: Radical Red. HEX triplet: F9, 31 and 63. RGB value is (249,49,99). Sum of RGB (Red+Green+Blue) = 249+49+99=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F93163 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93163 is #06CE9C. Grayscale: #727272. Windows color (decimal): -446109 or 6500857. OLE color: 6500857.

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

Color convert

RGB 249 49 99 -
CMYK 0 0.80 0.60 0.02
HSL 345º 0.94% 0.58% -
HSV(B) 345º 0.8% 0.98% -
XYZ 42.42 23.24 14.05 -
YUV 114.5 119.26 223.93 -
System Red Green Blue C M Y K H S L
Decimal 249 49 99 0 0.80 0.60 0.02 345 0.94 0.58
Hex F9 31 63 0 50 3C 2 159 5E 3A
Octal 371 61 143 0 120 74 2 531 136 72
Binary 11111001 110001 1100011 0 1010000 111100 10 101011001 1011110 111010

Color Harmonies of #F93163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93163

Black with #F93163

Text Example


Text Example

White with #F93163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93163; }

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

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

background-color css

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

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

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

border-color css

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

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

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