Html Css Color HEX #F4106F Ruby

📋 copy color: '#F4106F'

red 244 ◦ green 16 ◦ blue 111

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

Shades of Ruby #F4106F

Tints of Ruby #F4106F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.31%

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

R = 65.77%
G = 4.31%
B = 29.92%

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

#F4106F (or 0xF4106F) is known color: Ruby. HEX triplet: F4, 10 and 6F. RGB value is (244,16,111). Sum of RGB (Red+Green+Blue) = 244+16+111=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F4106F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4106F is #0BEF90. Grayscale: #5E5E5E. Windows color (decimal): -782225 or 7278836. OLE color: 7278836.

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

Color convert

RGB 244 16 111 -
CMYK 0 0.93 0.55 0.04
HSL 335º 0.91% 0.51% -
HSV(B) 335º 0.93% 0.96% -
XYZ 40.36 20.75 16.92 -
YUV 95 137.04 234.28 -
System Red Green Blue C M Y K H S L
Decimal 244 16 111 0 0.93 0.55 0.04 335 0.91 0.51
Hex F4 10 6F 0 5D 37 4 14F 5B 33
Octal 364 20 157 0 135 67 4 517 133 63
Binary 11110100 10000 1101111 0 1011101 110111 100 101001111 1011011 110011

Color Harmonies of #F4106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4106F

Black with #F4106F

Text Example


Text Example

White with #F4106F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4106F; }

 p { color: rgb(244,16,111); }

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

background-color css

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

 a { background-color: rgb(244,16,111); }

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

border-color css

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

 span { border-color: rgb(244,16,111); }

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