Html Css Color HEX #F1136F Ruby

📋 copy color: '#F1136F'

red 241 ◦ green 19 ◦ blue 111

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

Shades of Ruby #F1136F

Tints of Ruby #F1136F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.92%

R = 64.96%
G = 5.12%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1136F (or 0xF1136F) is known color: Ruby. HEX triplet: F1, 13 and 6F. RGB value is (241,19,111). Sum of RGB (Red+Green+Blue) = 241+19+111=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F1136F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1136F is #0EEC90. Grayscale: #5F5F5F. Windows color (decimal): -978065 or 7279601. OLE color: 7279601.

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

Color convert

RGB 241 19 111 -
CMYK 0 0.92 0.54 0.05
HSL 335.14º 0.89% 0.51% -
HSV(B) 335.14º 0.92% 0.95% -
XYZ 39.38 20.31 16.88 -
YUV 95.87 136.55 231.52 -
System Red Green Blue C M Y K H S L
Decimal 241 19 111 0 0.92 0.54 0.05 335.14 0.89 0.51
Hex F1 13 6F 0 5C 36 5 14F 59 33
Octal 361 23 157 0 134 66 5 517 131 63
Binary 11110001 10011 1101111 0 1011100 110110 101 101001111 1011001 110011

Color Harmonies of #F1136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1136F

Black with #F1136F

Text Example


Text Example

White with #F1136F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1136F; }

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

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

background-color css

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

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

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

border-color css

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

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

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