Html Css Color HEX #F11364 Ruby

📋 copy color: '#F11364'

red 241 ◦ green 19 ◦ blue 100

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

Shades of Ruby #F11364

Tints of Ruby #F11364

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.28%

 BLUE value IS 100 (39.45% from 255) = 27.78%

R = 66.94%
G = 5.28%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F11364 (or 0xF11364) is known color: Ruby. HEX triplet: F1, 13 and 64. RGB value is (241,19,100). Sum of RGB (Red+Green+Blue) = 241+19+100=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F11364 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11364 is #0EEC9B. Grayscale: #5E5E5E. Windows color (decimal): -978076 or 6558705. OLE color: 6558705.

HSL color Cylindrical-coordinate representation of color #F11364: hue angle of 338.11º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11364 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 19 100 -
CMYK 0 0.92 0.59 0.05
HSL 338.11º 0.89% 0.51% -
HSV(B) 338.11º 0.92% 0.95% -
XYZ 38.81 20.09 13.89 -
YUV 94.61 131.05 232.41 -
System Red Green Blue C M Y K H S L
Decimal 241 19 100 0 0.92 0.59 0.05 338.11 0.89 0.51
Hex F1 13 64 0 5C 3B 5 152 59 33
Octal 361 23 144 0 134 73 5 522 131 63
Binary 11110001 10011 1100100 0 1011100 111011 101 101010010 1011001 110011

Color Harmonies of #F11364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11364

Black with #F11364

Text Example


Text Example

White with #F11364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11364; }

 p { color: rgb(241,19,100); }

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

background-color css

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

 a { background-color: rgb(241,19,100); }

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

border-color css

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

 span { border-color: rgb(241,19,100); }

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