Html Css Color HEX #F11778 Ruby

📋 copy color: '#F11778'

red 241 ◦ green 23 ◦ blue 120

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

Shades of Ruby #F11778

Tints of Ruby #F11778

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.99%

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

R = 62.76%
G = 5.99%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F11778 (or 0xF11778) is known color: Ruby. HEX triplet: F1, 17 and 78. RGB value is (241,23,120). Sum of RGB (Red+Green+Blue) = 241+23+120=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F11778 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11778 is #0EE887. Grayscale: #636363. Windows color (decimal): -977032 or 7870449. OLE color: 7870449.

HSL color Cylindrical-coordinate representation of color #F11778: hue angle of 333.3º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11778 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 23 120 -
CMYK 0 0.90 0.50 0.05
HSL 333.3º 0.89% 0.52% -
HSV(B) 333.3º 0.9% 0.95% -
XYZ 39.97 20.67 19.65 -
YUV 99.24 139.72 229.11 -
System Red Green Blue C M Y K H S L
Decimal 241 23 120 0 0.90 0.50 0.05 333.3 0.89 0.52
Hex F1 17 78 0 5A 32 5 14D 59 34
Octal 361 27 170 0 132 62 5 515 131 64
Binary 11110001 10111 1111000 0 1011010 110010 101 101001101 1011001 110100

Color Harmonies of #F11778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11778

Black with #F11778

Text Example


Text Example

White with #F11778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11778; }

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

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

background-color css

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

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

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

border-color css

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

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

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