Html Css Color HEX #F11D5E Ruby

📋 copy color: '#F11D5E'

red 241 ◦ green 29 ◦ blue 94

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

Shades of Ruby #F11D5E

Tints of Ruby #F11D5E

RGB

 RED value IS 241 (94.53% from 255) = 66.21%

 GREEN value IS 29 (11.72% from 255) = 7.97%

 BLUE value IS 94 (37.11% from 255) = 25.82%

R = 66.21%
G = 7.97%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F11D5E (or 0xF11D5E) is known color: Ruby. HEX triplet: F1, 1D and 5E. RGB value is (241,29,94). Sum of RGB (Red+Green+Blue) = 241+29+94=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11D5E is #0EE2A1. Grayscale: #636363. Windows color (decimal): -975522 or 6168049. OLE color: 6168049.

HSL color Cylindrical-coordinate representation of color #F11D5E: hue angle of 341.6º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11D5E is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 29 94 -
CMYK 0 0.88 0.61 0.05
HSL 341.6º 0.88% 0.53% -
HSV(B) 341.6º 0.88% 0.95% -
XYZ 38.74 20.39 12.48 -
YUV 99.8 124.74 228.71 -
System Red Green Blue C M Y K H S L
Decimal 241 29 94 0 0.88 0.61 0.05 341.6 0.88 0.53
Hex F1 1D 5E 0 58 3D 5 156 58 35
Octal 361 35 136 0 130 75 5 526 130 65
Binary 11110001 11101 1011110 0 1011000 111101 101 101010110 1011000 110101

Color Harmonies of #F11D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11D5E

Black with #F11D5E

Text Example


Text Example

White with #F11D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11D5E; }

 p { color: rgb(241,29,94); }

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

background-color css

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

 a { background-color: rgb(241,29,94); }

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

border-color css

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

 span { border-color: rgb(241,29,94); }

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