Html Css Color HEX #FE186F Ruby

📋 copy color: '#FE186F'

red 254 ◦ green 24 ◦ blue 111

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

Shades of Ruby #FE186F

Tints of Ruby #FE186F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.17%

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

R = 65.3%
G = 6.17%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE186F (or 0xFE186F) is known color: Ruby. HEX triplet: FE, 18 and 6F. RGB value is (254,24,111). Sum of RGB (Red+Green+Blue) = 254+24+111=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE186F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE186F is #01E790. Grayscale: #666666. Windows color (decimal): -124817 or 7280894. OLE color: 7280894.

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

Color convert

RGB 254 24 111 -
CMYK 0 0.91 0.56 0.00
HSL 337.3º 0.99% 0.55% -
HSV(B) 337.3º 0.91% 1% -
XYZ 44.07 22.87 17.13 -
YUV 102.69 132.7 235.93 -
System Red Green Blue C M Y K H S L
Decimal 254 24 111 0 0.91 0.56 0.00 337.3 0.99 0.55
Hex FE 18 6F 0 5B 38 0 151 63 37
Octal 376 30 157 0 133 70 0 521 143 67
Binary 11111110 11000 1101111 0 1011011 111000 0 101010001 1100011 110111

Color Harmonies of #FE186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE186F

Black with #FE186F

Text Example


Text Example

White with #FE186F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE186F; }

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

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

background-color css

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

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

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

border-color css

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

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

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