Html Css Color HEX #FD166A Ruby

📋 copy color: '#FD166A'

red 253 ◦ green 22 ◦ blue 106

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

Shades of Ruby #FD166A

Tints of Ruby #FD166A

RGB

 RED value IS 253 (99.22% from 255) = 66.4%

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

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

R = 66.4%
G = 5.77%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD166A (or 0xFD166A) is known color: Ruby. HEX triplet: FD, 16 and 6A. RGB value is (253,22,106). Sum of RGB (Red+Green+Blue) = 253+22+106=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD166A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD166A is #02E995. Grayscale: #646464. Windows color (decimal): -190870 or 6952701. OLE color: 6952701.

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

Color convert

RGB 253 22 106 -
CMYK 0 0.91 0.58 0.01
HSL 338.18º 0.98% 0.54% -
HSV(B) 338.18º 0.91% 0.99% -
XYZ 43.4 22.5 15.69 -
YUV 100.65 131.03 236.67 -
System Red Green Blue C M Y K H S L
Decimal 253 22 106 0 0.91 0.58 0.01 338.18 0.98 0.54
Hex FD 16 6A 0 5B 3A 1 152 62 36
Octal 375 26 152 0 133 72 1 522 142 66
Binary 11111101 10110 1101010 0 1011011 111010 1 101010010 1100010 110110

Color Harmonies of #FD166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD166A

Black with #FD166A

Text Example


Text Example

White with #FD166A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD166A; }

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

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

background-color css

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

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

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

border-color css

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

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

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