Html Css Color HEX #FD166F Ruby

📋 copy color: '#FD166F'

red 253 ◦ green 22 ◦ blue 111

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

Shades of Ruby #FD166F

Tints of Ruby #FD166F

RGB

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

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

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

R = 65.54%
G = 5.7%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD166F (or 0xFD166F) is known color: Ruby. HEX triplet: FD, 16 and 6F. RGB value is (253,22,111). Sum of RGB (Red+Green+Blue) = 253+22+111=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD166F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD166F is #02E990. Grayscale: #656565. Windows color (decimal): -190865 or 7280381. OLE color: 7280381.

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

Color convert

RGB 253 22 111 -
CMYK 0 0.91 0.56 0.01
HSL 336.88º 0.98% 0.54% -
HSV(B) 336.88º 0.91% 0.99% -
XYZ 43.66 22.6 17.1 -
YUV 101.22 133.53 236.26 -
System Red Green Blue C M Y K H S L
Decimal 253 22 111 0 0.91 0.56 0.01 336.88 0.98 0.54
Hex FD 16 6F 0 5B 38 1 151 62 36
Octal 375 26 157 0 133 70 1 521 142 66
Binary 11111101 10110 1101111 0 1011011 111000 1 101010001 1100010 110110

Color Harmonies of #FD166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD166F

Black with #FD166F

Text Example


Text Example

White with #FD166F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD166F; }

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

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

background-color css

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

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

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

border-color css

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

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

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