Html Css Color HEX #F1136B Ruby

📋 copy color: '#F1136B'

red 241 ◦ green 19 ◦ blue 107

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

Shades of Ruby #F1136B

Tints of Ruby #F1136B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.18%

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

R = 65.67%
G = 5.18%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1136B (or 0xF1136B) is known color: Ruby. HEX triplet: F1, 13 and 6B. RGB value is (241,19,107). Sum of RGB (Red+Green+Blue) = 241+19+107=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F1136B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1136B is #0EEC94. Grayscale: #5F5F5F. Windows color (decimal): -978069 or 7017457. OLE color: 7017457.

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

Color convert

RGB 241 19 107 -
CMYK 0 0.92 0.56 0.05
HSL 336.22º 0.89% 0.51% -
HSV(B) 336.22º 0.92% 0.95% -
XYZ 39.16 20.23 15.75 -
YUV 95.41 134.55 231.84 -
System Red Green Blue C M Y K H S L
Decimal 241 19 107 0 0.92 0.56 0.05 336.22 0.89 0.51
Hex F1 13 6B 0 5C 38 5 150 59 33
Octal 361 23 153 0 134 70 5 520 131 63
Binary 11110001 10011 1101011 0 1011100 111000 101 101010000 1011001 110011

Color Harmonies of #F1136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1136B

Black with #F1136B

Text Example


Text Example

White with #F1136B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1136B; }

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

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

background-color css

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

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

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

border-color css

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

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

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