Html Css Color HEX #F11A65 Ruby

📋 copy color: '#F11A65'

red 241 ◦ green 26 ◦ blue 101

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

Shades of Ruby #F11A65

Tints of Ruby #F11A65

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.07%

 BLUE value IS 101 (39.84% from 255) = 27.45%

R = 65.49%
G = 7.07%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F11A65 (or 0xF11A65) is known color: Ruby. HEX triplet: F1, 1A and 65. RGB value is (241,26,101). Sum of RGB (Red+Green+Blue) = 241+26+101=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11A65 is #0EE59A. Grayscale: #626262. Windows color (decimal): -976283 or 6626033. OLE color: 6626033.

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

Color convert

RGB 241 26 101 -
CMYK 0 0.89 0.58 0.05
HSL 339.07º 0.88% 0.52% -
HSV(B) 339.07º 0.89% 0.95% -
XYZ 38.99 20.38 14.19 -
YUV 98.84 129.23 229.4 -
System Red Green Blue C M Y K H S L
Decimal 241 26 101 0 0.89 0.58 0.05 339.07 0.88 0.52
Hex F1 1A 65 0 59 3A 5 153 58 34
Octal 361 32 145 0 131 72 5 523 130 64
Binary 11110001 11010 1100101 0 1011001 111010 101 101010011 1011000 110100

Color Harmonies of #F11A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11A65

Black with #F11A65

Text Example


Text Example

White with #F11A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11A65; }

 p { color: rgb(241,26,101); }

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

background-color css

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

 a { background-color: rgb(241,26,101); }

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

border-color css

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

 span { border-color: rgb(241,26,101); }

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