Html Css Color HEX #F0166A Ruby

📋 copy color: '#F0166A'

red 240 ◦ green 22 ◦ blue 106

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

Shades of Ruby #F0166A

Tints of Ruby #F0166A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.8%

R = 65.22%
G = 5.98%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0166A (or 0xF0166A) is known color: Ruby. HEX triplet: F0, 16 and 6A. RGB value is (240,22,106). Sum of RGB (Red+Green+Blue) = 240+22+106=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F0166A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0166A is #0FE995. Grayscale: #606060. Windows color (decimal): -1042838 or 6952688. OLE color: 6952688.

HSL color Cylindrical-coordinate representation of color #F0166A: hue angle of 336.88º 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 #F0166A is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 22 106 -
CMYK 0 0.91 0.56 0.06
HSL 336.88º 0.88% 0.51% -
HSV(B) 336.88º 0.91% 0.94% -
XYZ 38.82 20.14 15.48 -
YUV 96.76 133.22 230.17 -
System Red Green Blue C M Y K H S L
Decimal 240 22 106 0 0.91 0.56 0.06 336.88 0.88 0.51
Hex F0 16 6A 0 5B 38 6 151 58 33
Octal 360 26 152 0 133 70 6 521 130 63
Binary 11110000 10110 1101010 0 1011011 111000 110 101010001 1011000 110011

Color Harmonies of #F0166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0166A

Black with #F0166A

Text Example


Text Example

White with #F0166A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0166A; }

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

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

background-color css

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

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

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

border-color css

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

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

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