Html Css Color HEX #FE166D Ruby

📋 copy color: '#FE166D'

red 254 ◦ green 22 ◦ blue 109

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

Shades of Ruby #FE166D

Tints of Ruby #FE166D

RGB

 RED value IS 254 (99.61% from 255) = 65.97%

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

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

R = 65.97%
G = 5.71%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE166D (or 0xFE166D) is known color: Ruby. HEX triplet: FE, 16 and 6D. RGB value is (254,22,109). Sum of RGB (Red+Green+Blue) = 254+22+109=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE166D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE166D is #01E992. Grayscale: #656565. Windows color (decimal): -125331 or 7149310. OLE color: 7149310.

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

Color convert

RGB 254 22 109 -
CMYK 0 0.91 0.57 0.00
HSL 337.5º 0.99% 0.54% -
HSV(B) 337.5º 0.91% 1% -
XYZ 43.92 22.75 16.54 -
YUV 101.29 132.36 236.93 -
System Red Green Blue C M Y K H S L
Decimal 254 22 109 0 0.91 0.57 0.00 337.5 0.99 0.54
Hex FE 16 6D 0 5B 39 0 152 63 36
Octal 376 26 155 0 133 71 0 522 143 66
Binary 11111110 10110 1101101 0 1011011 111001 0 101010010 1100011 110110

Color Harmonies of #FE166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE166D

Black with #FE166D

Text Example


Text Example

White with #FE166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE166D; }

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

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

background-color css

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

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

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

border-color css

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

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

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