Html Css Color HEX #F11378 Ruby

📋 copy color: '#F11378'

red 241 ◦ green 19 ◦ blue 120

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

Shades of Ruby #F11378

Tints of Ruby #F11378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.58%

R = 63.42%
G = 5%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F11378 (or 0xF11378) is known color: Ruby. HEX triplet: F1, 13 and 78. RGB value is (241,19,120). Sum of RGB (Red+Green+Blue) = 241+19+120=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F11378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11378 is #0EEC87. Grayscale: #606060. Windows color (decimal): -978056 or 7869425. OLE color: 7869425.

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

Color convert

RGB 241 19 120 -
CMYK 0 0.92 0.50 0.05
HSL 332.7º 0.89% 0.51% -
HSV(B) 332.7º 0.92% 0.95% -
XYZ 39.9 20.52 19.63 -
YUV 96.89 141.05 230.79 -
System Red Green Blue C M Y K H S L
Decimal 241 19 120 0 0.92 0.50 0.05 332.7 0.89 0.51
Hex F1 13 78 0 5C 32 5 14D 59 33
Octal 361 23 170 0 134 62 5 515 131 63
Binary 11110001 10011 1111000 0 1011100 110010 101 101001101 1011001 110011

Color Harmonies of #F11378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11378

Black with #F11378

Text Example


Text Example

White with #F11378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11378; }

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

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

background-color css

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

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

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

border-color css

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

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

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