Html Css Color HEX #FE166C Ruby

📋 copy color: '#FE166C'

red 254 ◦ green 22 ◦ blue 108

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

Shades of Ruby #FE166C

Tints of Ruby #FE166C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.13%

R = 66.15%
G = 5.73%
B = 28.13%

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

#FE166C (or 0xFE166C) is known color: Ruby. HEX triplet: FE, 16 and 6C. RGB value is (254,22,108). Sum of RGB (Red+Green+Blue) = 254+22+108=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE166C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE166C is #01E993. Grayscale: #656565. Windows color (decimal): -125332 or 7083774. OLE color: 7083774.

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

Color convert

RGB 254 22 108 -
CMYK 0 0.91 0.57 0.00
HSL 337.76º 0.99% 0.54% -
HSV(B) 337.76º 0.91% 1% -
XYZ 43.87 22.73 16.26 -
YUV 101.17 131.86 237.01 -
System Red Green Blue C M Y K H S L
Decimal 254 22 108 0 0.91 0.57 0.00 337.76 0.99 0.54
Hex FE 16 6C 0 5B 39 0 152 63 36
Octal 376 26 154 0 133 71 0 522 143 66
Binary 11111110 10110 1101100 0 1011011 111001 0 101010010 1100011 110110

Color Harmonies of #FE166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE166C

Black with #FE166C

Text Example


Text Example

White with #FE166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE166C; }

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

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

background-color css

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

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

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

border-color css

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

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

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