Html Css Color HEX #F11978 Ruby

📋 copy color: '#F11978'

red 241 ◦ green 25 ◦ blue 120

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

Shades of Ruby #F11978

Tints of Ruby #F11978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.48%

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

R = 62.44%
G = 6.48%
B = 31.09%

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

#F11978 (or 0xF11978) is known color: Ruby. HEX triplet: F1, 19 and 78. RGB value is (241,25,120). Sum of RGB (Red+Green+Blue) = 241+25+120=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F11978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11978 is #0EE687. Grayscale: #646464. Windows color (decimal): -976520 or 7870961. OLE color: 7870961.

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

Color convert

RGB 241 25 120 -
CMYK 0 0.90 0.50 0.05
HSL 333.61º 0.89% 0.52% -
HSV(B) 333.61º 0.9% 0.95% -
XYZ 40.01 20.75 19.67 -
YUV 100.41 139.06 228.28 -
System Red Green Blue C M Y K H S L
Decimal 241 25 120 0 0.90 0.50 0.05 333.61 0.89 0.52
Hex F1 19 78 0 5A 32 5 14E 59 34
Octal 361 31 170 0 132 62 5 516 131 64
Binary 11110001 11001 1111000 0 1011010 110010 101 101001110 1011001 110100

Color Harmonies of #F11978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11978

Black with #F11978

Text Example


Text Example

White with #F11978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11978; }

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

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

background-color css

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

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

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

border-color css

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

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

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