Html Css Color HEX #F1126B Ruby

📋 copy color: '#F1126B'

red 241 ◦ green 18 ◦ blue 107

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

Shades of Ruby #F1126B

Tints of Ruby #F1126B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.92%

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

R = 65.85%
G = 4.92%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1126B (or 0xF1126B) is known color: Ruby. HEX triplet: F1, 12 and 6B. RGB value is (241,18,107). Sum of RGB (Red+Green+Blue) = 241+18+107=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F1126B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1126B is #0EED94. Grayscale: #5E5E5E. Windows color (decimal): -978325 or 7017201. OLE color: 7017201.

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

Color convert

RGB 241 18 107 -
CMYK 0 0.93 0.56 0.05
HSL 336.05º 0.89% 0.51% -
HSV(B) 336.05º 0.93% 0.95% -
XYZ 39.15 20.19 15.74 -
YUV 94.82 134.88 232.26 -
System Red Green Blue C M Y K H S L
Decimal 241 18 107 0 0.93 0.56 0.05 336.05 0.89 0.51
Hex F1 12 6B 0 5D 38 5 150 59 33
Octal 361 22 153 0 135 70 5 520 131 63
Binary 11110001 10010 1101011 0 1011101 111000 101 101010000 1011001 110011

Color Harmonies of #F1126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1126B

Black with #F1126B

Text Example


Text Example

White with #F1126B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1126B; }

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

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

background-color css

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

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

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

border-color css

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

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

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