Html Css Color HEX #F11B65 Ruby

📋 copy color: '#F11B65'

red 241 ◦ green 27 ◦ blue 101

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

Shades of Ruby #F11B65

Tints of Ruby #F11B65

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.32%

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

R = 65.31%
G = 7.32%
B = 27.37%

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

#F11B65 (or 0xF11B65) is known color: Ruby. HEX triplet: F1, 1B and 65. RGB value is (241,27,101). Sum of RGB (Red+Green+Blue) = 241+27+101=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F11B65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11B65 is #0EE49A. Grayscale: #636363. Windows color (decimal): -976027 or 6626289. OLE color: 6626289.

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

Color convert

RGB 241 27 101 -
CMYK 0 0.89 0.58 0.05
HSL 339.25º 0.88% 0.53% -
HSV(B) 339.25º 0.89% 0.95% -
XYZ 39.02 20.42 14.2 -
YUV 99.42 128.9 228.98 -
System Red Green Blue C M Y K H S L
Decimal 241 27 101 0 0.89 0.58 0.05 339.25 0.88 0.53
Hex F1 1B 65 0 59 3A 5 153 58 35
Octal 361 33 145 0 131 72 5 523 130 65
Binary 11110001 11011 1100101 0 1011001 111010 101 101010011 1011000 110101

Color Harmonies of #F11B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11B65

Black with #F11B65

Text Example


Text Example

White with #F11B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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