Html Css Color HEX #FE146F Ruby

📋 copy color: '#FE146F'

red 254 ◦ green 20 ◦ blue 111

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

Shades of Ruby #FE146F

Tints of Ruby #FE146F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.19%

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

R = 65.97%
G = 5.19%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE146F (or 0xFE146F) is known color: Ruby. HEX triplet: FE, 14 and 6F. RGB value is (254,20,111). Sum of RGB (Red+Green+Blue) = 254+20+111=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE146F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE146F is #01EB90. Grayscale: #646464. Windows color (decimal): -125841 or 7279870. OLE color: 7279870.

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

Color convert

RGB 254 20 111 -
CMYK 0 0.92 0.56 0.00
HSL 336.67º 0.99% 0.54% -
HSV(B) 336.67º 0.92% 1% -
XYZ 43.99 22.72 17.11 -
YUV 100.34 134.02 237.6 -
System Red Green Blue C M Y K H S L
Decimal 254 20 111 0 0.92 0.56 0.00 336.67 0.99 0.54
Hex FE 14 6F 0 5C 38 0 151 63 36
Octal 376 24 157 0 134 70 0 521 143 66
Binary 11111110 10100 1101111 0 1011100 111000 0 101010001 1100011 110110

Color Harmonies of #FE146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE146F

Black with #FE146F

Text Example


Text Example

White with #FE146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE146F; }

 p { color: rgb(254,20,111); }

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

background-color css

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

 a { background-color: rgb(254,20,111); }

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

border-color css

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

 span { border-color: rgb(254,20,111); }

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