Html Css Color HEX #F11A6B Ruby

📋 copy color: '#F11A6B'

red 241 ◦ green 26 ◦ blue 107

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

Shades of Ruby #F11A6B

Tints of Ruby #F11A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.61%

R = 64.44%
G = 6.95%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F11A6B (or 0xF11A6B) is known color: Ruby. HEX triplet: F1, 1A and 6B. RGB value is (241,26,107). Sum of RGB (Red+Green+Blue) = 241+26+107=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11A6B is #0EE594. Grayscale: #636363. Windows color (decimal): -976277 or 7019249. OLE color: 7019249.

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

Color convert

RGB 241 26 107 -
CMYK 0 0.89 0.56 0.05
HSL 337.4º 0.88% 0.52% -
HSV(B) 337.4º 0.89% 0.95% -
XYZ 39.3 20.5 15.8 -
YUV 99.52 132.23 228.91 -
System Red Green Blue C M Y K H S L
Decimal 241 26 107 0 0.89 0.56 0.05 337.4 0.88 0.52
Hex F1 1A 6B 0 59 38 5 151 58 34
Octal 361 32 153 0 131 70 5 521 130 64
Binary 11110001 11010 1101011 0 1011001 111000 101 101010001 1011000 110100

Color Harmonies of #F11A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11A6B

Black with #F11A6B

Text Example


Text Example

White with #F11A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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