Html Css Color HEX #F93165 Radical Red

📋 copy color: '#F93165'

red 249 ◦ green 49 ◦ blue 101

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

Shades of Radical Red #F93165

Tints of Radical Red #F93165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.31%

R = 62.41%
G = 12.28%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F93165 (or 0xF93165) is known color: Radical Red. HEX triplet: F9, 31 and 65. RGB value is (249,49,101). Sum of RGB (Red+Green+Blue) = 249+49+101=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F93165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93165 is #06CE9A. Grayscale: #727272. Windows color (decimal): -446107 or 6631929. OLE color: 6631929.

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

Color convert

RGB 249 49 101 -
CMYK 0 0.80 0.59 0.02
HSL 344.4º 0.94% 0.58% -
HSV(B) 344.4º 0.8% 0.98% -
XYZ 42.51 23.28 14.56 -
YUV 114.73 120.26 223.77 -
System Red Green Blue C M Y K H S L
Decimal 249 49 101 0 0.80 0.59 0.02 344.4 0.94 0.58
Hex F9 31 65 0 50 3B 2 158 5E 3A
Octal 371 61 145 0 120 73 2 530 136 72
Binary 11111001 110001 1100101 0 1010000 111011 10 101011000 1011110 111010

Color Harmonies of #F93165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93165

Black with #F93165

Text Example


Text Example

White with #F93165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93165; }

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

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

background-color css

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

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

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

border-color css

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

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

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