Html Css Color HEX #F11E61 Ruby

📋 copy color: '#F11E61'

red 241 ◦ green 30 ◦ blue 97

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

Shades of Ruby #F11E61

Tints of Ruby #F11E61

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.15%

 BLUE value IS 97 (38.28% from 255) = 26.36%

R = 65.49%
G = 8.15%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F11E61 (or 0xF11E61) is known color: Ruby. HEX triplet: F1, 1E and 61. RGB value is (241,30,97). Sum of RGB (Red+Green+Blue) = 241+30+97=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F11E61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11E61 is #0EE19E. Grayscale: #646464. Windows color (decimal): -975263 or 6364913. OLE color: 6364913.

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

Color convert

RGB 241 30 97 -
CMYK 0 0.88 0.60 0.05
HSL 340.95º 0.88% 0.53% -
HSV(B) 340.95º 0.88% 0.95% -
XYZ 38.9 20.49 13.21 -
YUV 100.73 125.9 228.05 -
System Red Green Blue C M Y K H S L
Decimal 241 30 97 0 0.88 0.60 0.05 340.95 0.88 0.53
Hex F1 1E 61 0 58 3C 5 155 58 35
Octal 361 36 141 0 130 74 5 525 130 65
Binary 11110001 11110 1100001 0 1011000 111100 101 101010101 1011000 110101

Color Harmonies of #F11E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11E61

Black with #F11E61

Text Example


Text Example

White with #F11E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11E61; }

 p { color: rgb(241,30,97); }

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

background-color css

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

 a { background-color: rgb(241,30,97); }

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

border-color css

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

 span { border-color: rgb(241,30,97); }

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