Html Css Color HEX #F0106D Ruby

📋 copy color: '#F0106D'

red 240 ◦ green 16 ◦ blue 109

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

Shades of Ruby #F0106D

Tints of Ruby #F0106D

RGB

 RED value IS 240 (94.14% from 255) = 65.75%

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

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

R = 65.75%
G = 4.38%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0106D (or 0xF0106D) is known color: Ruby. HEX triplet: F0, 10 and 6D. RGB value is (240,16,109). Sum of RGB (Red+Green+Blue) = 240+16+109=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F0106D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0106D is #0FEF92. Grayscale: #5D5D5D. Windows color (decimal): -1044371 or 7147760. OLE color: 7147760.

HSL color Cylindrical-coordinate representation of color #F0106D: hue angle of 335.09º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0106D is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 16 109 -
CMYK 0 0.93 0.55 0.06
HSL 335.09º 0.88% 0.5% -
HSV(B) 335.09º 0.93% 0.94% -
XYZ 38.88 20 16.28 -
YUV 93.58 136.71 232.44 -
System Red Green Blue C M Y K H S L
Decimal 240 16 109 0 0.93 0.55 0.06 335.09 0.88 0.5
Hex F0 10 6D 0 5D 37 6 14F 58 32
Octal 360 20 155 0 135 67 6 517 130 62
Binary 11110000 10000 1101101 0 1011101 110111 110 101001111 1011000 110010

Color Harmonies of #F0106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0106D

Black with #F0106D

Text Example


Text Example

White with #F0106D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0106D; }

 p { color: rgb(240,16,109); }

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

background-color css

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

 a { background-color: rgb(240,16,109); }

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

border-color css

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

 span { border-color: rgb(240,16,109); }

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