Html Css Color HEX #F0166D Ruby

📋 copy color: '#F0166D'

red 240 ◦ green 22 ◦ blue 109

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

Shades of Ruby #F0166D

Tints of Ruby #F0166D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.93%

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

R = 64.69%
G = 5.93%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0166D (or 0xF0166D) is known color: Ruby. HEX triplet: F0, 16 and 6D. RGB value is (240,22,109). Sum of RGB (Red+Green+Blue) = 240+22+109=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0166D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0166D is #0FE992. Grayscale: #606060. Windows color (decimal): -1042835 or 7149296. OLE color: 7149296.

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

Color convert

RGB 240 22 109 -
CMYK 0 0.91 0.55 0.06
HSL 336.06º 0.88% 0.51% -
HSV(B) 336.06º 0.91% 0.94% -
XYZ 38.98 20.2 16.31 -
YUV 97.1 134.72 229.93 -
System Red Green Blue C M Y K H S L
Decimal 240 22 109 0 0.91 0.55 0.06 336.06 0.88 0.51
Hex F0 16 6D 0 5B 37 6 150 58 33
Octal 360 26 155 0 133 67 6 520 130 63
Binary 11110000 10110 1101101 0 1011011 110111 110 101010000 1011000 110011

Color Harmonies of #F0166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0166D

Black with #F0166D

Text Example


Text Example

White with #F0166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0166D; }

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

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

background-color css

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

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

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

border-color css

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

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

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