Html Css Color HEX #FD146D Ruby

📋 copy color: '#FD146D'

red 253 ◦ green 20 ◦ blue 109

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

Shades of Ruby #FD146D

Tints of Ruby #FD146D

RGB

 RED value IS 253 (99.22% from 255) = 66.23%

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

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

R = 66.23%
G = 5.24%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD146D (or 0xFD146D) is known color: Ruby. HEX triplet: FD, 14 and 6D. RGB value is (253,20,109). Sum of RGB (Red+Green+Blue) = 253+20+109=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD146D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD146D is #02EB92. Grayscale: #636363. Windows color (decimal): -191379 or 7148797. OLE color: 7148797.

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

Color convert

RGB 253 20 109 -
CMYK 0 0.92 0.57 0.01
HSL 337.08º 0.98% 0.54% -
HSV(B) 337.08º 0.92% 0.99% -
XYZ 43.52 22.49 16.51 -
YUV 99.81 133.19 237.26 -
System Red Green Blue C M Y K H S L
Decimal 253 20 109 0 0.92 0.57 0.01 337.08 0.98 0.54
Hex FD 14 6D 0 5C 39 1 151 62 36
Octal 375 24 155 0 134 71 1 521 142 66
Binary 11111101 10100 1101101 0 1011100 111001 1 101010001 1100010 110110

Color Harmonies of #FD146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD146D

Black with #FD146D

Text Example


Text Example

White with #FD146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD146D; }

 p { color: rgb(253,20,109); }

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

background-color css

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

 a { background-color: rgb(253,20,109); }

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

border-color css

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

 span { border-color: rgb(253,20,109); }

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