Html Css Color HEX #F4116E Ruby

📋 copy color: '#F4116E'

red 244 ◦ green 17 ◦ blue 110

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

Shades of Ruby #F4116E

Tints of Ruby #F4116E

RGB

 RED value IS 244 (95.7% from 255) = 65.77%

 GREEN value IS 17 (7.03% from 255) = 4.58%

 BLUE value IS 110 (43.36% from 255) = 29.65%

R = 65.77%
G = 4.58%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F4116E (or 0xF4116E) is known color: Ruby. HEX triplet: F4, 11 and 6E. RGB value is (244,17,110). Sum of RGB (Red+Green+Blue) = 244+17+110=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F4116E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4116E is #0BEE91. Grayscale: #5F5F5F. Windows color (decimal): -781970 or 7213556. OLE color: 7213556.

HSL color Cylindrical-coordinate representation of color #F4116E: hue angle of 335.42º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4116E is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 17 110 -
CMYK 0 0.93 0.55 0.04
HSL 335.42º 0.91% 0.51% -
HSV(B) 335.42º 0.93% 0.96% -
XYZ 40.32 20.76 16.63 -
YUV 95.48 136.21 233.94 -
System Red Green Blue C M Y K H S L
Decimal 244 17 110 0 0.93 0.55 0.04 335.42 0.91 0.51
Hex F4 11 6E 0 5D 37 4 14F 5B 33
Octal 364 21 156 0 135 67 4 517 133 63
Binary 11110100 10001 1101110 0 1011101 110111 100 101001111 1011011 110011

Color Harmonies of #F4116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4116E

Black with #F4116E

Text Example


Text Example

White with #F4116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4116E; }

 p { color: rgb(244,17,110); }

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

background-color css

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

 a { background-color: rgb(244,17,110); }

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

border-color css

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

 span { border-color: rgb(244,17,110); }

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