Html Css Color HEX #FE166B Ruby

📋 copy color: '#FE166B'

red 254 ◦ green 22 ◦ blue 107

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

Shades of Ruby #FE166B

Tints of Ruby #FE166B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.94%

R = 66.32%
G = 5.74%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE166B (or 0xFE166B) is known color: Ruby. HEX triplet: FE, 16 and 6B. RGB value is (254,22,107). Sum of RGB (Red+Green+Blue) = 254+22+107=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE166B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE166B is #01E994. Grayscale: #646464. Windows color (decimal): -125333 or 7018238. OLE color: 7018238.

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

Color convert

RGB 254 22 107 -
CMYK 0 0.91 0.58 0.00
HSL 338.02º 0.99% 0.54% -
HSV(B) 338.02º 0.91% 1% -
XYZ 43.81 22.71 15.98 -
YUV 101.06 131.36 237.09 -
System Red Green Blue C M Y K H S L
Decimal 254 22 107 0 0.91 0.58 0.00 338.02 0.99 0.54
Hex FE 16 6B 0 5B 3A 0 152 63 36
Octal 376 26 153 0 133 72 0 522 143 66
Binary 11111110 10110 1101011 0 1011011 111010 0 101010010 1100011 110110

Color Harmonies of #FE166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE166B

Black with #FE166B

Text Example


Text Example

White with #FE166B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE166B; }

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

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

background-color css

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

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

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

border-color css

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

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

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