Html Css Color HEX #FF166F Ruby

📋 copy color: '#FF166F'

red 255 ◦ green 22 ◦ blue 111

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

Shades of Ruby #FF166F

Tints of Ruby #FF166F

RGB

 RED value IS 255 (100% from 255) = 65.72%

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

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

R = 65.72%
G = 5.67%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF166F (or 0xFF166F) is known color: Ruby. HEX triplet: FF, 16 and 6F. RGB value is (255,22,111). Sum of RGB (Red+Green+Blue) = 255+22+111=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF166F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF166F is #00E990. Grayscale: #656565. Windows color (decimal): -59793 or 7280383. OLE color: 7280383.

HSL color Cylindrical-coordinate representation of color #FF166F: hue angle of 337.08º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF166F is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 22 111 -
CMYK 0 0.91 0.56 0
HSL 337.08º 1% 0.54% -
HSV(B) 337.08º 0.91% 1% -
XYZ 44.4 22.98 17.13 -
YUV 101.81 133.19 237.26 -
System Red Green Blue C M Y K H S L
Decimal 255 22 111 0 0.91 0.56 0 337.08 1 0.54
Hex FF 16 6F 0 5B 38 0 151 64 36
Octal 377 26 157 0 133 70 0 521 144 66
Binary 11111111 10110 1101111 0 1011011 111000 0 101010001 1100100 110110

Color Harmonies of #FF166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF166F

Black with #FF166F

Text Example


Text Example

White with #FF166F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF166F; }

 p { color: rgb(255,22,111); }

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

background-color css

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

 a { background-color: rgb(255,22,111); }

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

border-color css

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

 span { border-color: rgb(255,22,111); }

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