Html Css Color HEX #F11966 Ruby

📋 copy color: '#F11966'

red 241 ◦ green 25 ◦ blue 102

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

Shades of Ruby #F11966

Tints of Ruby #F11966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.72%

R = 65.49%
G = 6.79%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F11966 (or 0xF11966) is known color: Ruby. HEX triplet: F1, 19 and 66. RGB value is (241,25,102). Sum of RGB (Red+Green+Blue) = 241+25+102=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F11966 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11966 is #0EE699. Grayscale: #626262. Windows color (decimal): -976538 or 6691313. OLE color: 6691313.

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

Color convert

RGB 241 25 102 -
CMYK 0 0.90 0.58 0.05
HSL 338.61º 0.89% 0.52% -
HSV(B) 338.61º 0.9% 0.95% -
XYZ 39.02 20.36 14.44 -
YUV 98.36 130.06 229.74 -
System Red Green Blue C M Y K H S L
Decimal 241 25 102 0 0.90 0.58 0.05 338.61 0.89 0.52
Hex F1 19 66 0 5A 3A 5 153 59 34
Octal 361 31 146 0 132 72 5 523 131 64
Binary 11110001 11001 1100110 0 1011010 111010 101 101010011 1011001 110100

Color Harmonies of #F11966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11966

Black with #F11966

Text Example


Text Example

White with #F11966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11966; }

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

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

background-color css

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

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

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

border-color css

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

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

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