Html Css Color HEX #F1136D Ruby

📋 copy color: '#F1136D'

red 241 ◦ green 19 ◦ blue 109

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

Shades of Ruby #F1136D

Tints of Ruby #F1136D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.54%

R = 65.31%
G = 5.15%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1136D (or 0xF1136D) is known color: Ruby. HEX triplet: F1, 13 and 6D. RGB value is (241,19,109). Sum of RGB (Red+Green+Blue) = 241+19+109=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F1136D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1136D is #0EEC92. Grayscale: #5F5F5F. Windows color (decimal): -978067 or 7148529. OLE color: 7148529.

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

Color convert

RGB 241 19 109 -
CMYK 0 0.92 0.55 0.05
HSL 335.68º 0.89% 0.51% -
HSV(B) 335.68º 0.92% 0.95% -
XYZ 39.27 20.27 16.31 -
YUV 95.64 135.55 231.68 -
System Red Green Blue C M Y K H S L
Decimal 241 19 109 0 0.92 0.55 0.05 335.68 0.89 0.51
Hex F1 13 6D 0 5C 37 5 150 59 33
Octal 361 23 155 0 134 67 5 520 131 63
Binary 11110001 10011 1101101 0 1011100 110111 101 101010000 1011001 110011

Color Harmonies of #F1136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1136D

Black with #F1136D

Text Example


Text Example

White with #F1136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1136D; }

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

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

background-color css

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

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

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

border-color css

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

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

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