Html Css Color HEX #FD156C Ruby

📋 copy color: '#FD156C'

red 253 ◦ green 21 ◦ blue 108

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

Shades of Ruby #FD156C

Tints of Ruby #FD156C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.5%

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

R = 66.23%
G = 5.5%
B = 28.27%

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

#FD156C (or 0xFD156C) is known color: Ruby. HEX triplet: FD, 15 and 6C. RGB value is (253,21,108). Sum of RGB (Red+Green+Blue) = 253+21+108=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD156C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD156C is #02EA93. Grayscale: #646464. Windows color (decimal): -191124 or 7083517. OLE color: 7083517.

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

Color convert

RGB 253 21 108 -
CMYK 0 0.92 0.57 0.01
HSL 337.5º 0.98% 0.54% -
HSV(B) 337.5º 0.92% 0.99% -
XYZ 43.48 22.5 16.24 -
YUV 100.29 132.36 236.93 -
System Red Green Blue C M Y K H S L
Decimal 253 21 108 0 0.92 0.57 0.01 337.5 0.98 0.54
Hex FD 15 6C 0 5C 39 1 152 62 36
Octal 375 25 154 0 134 71 1 522 142 66
Binary 11111101 10101 1101100 0 1011100 111001 1 101010010 1100010 110110

Color Harmonies of #FD156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD156C

Black with #FD156C

Text Example


Text Example

White with #FD156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD156C; }

 p { color: rgb(253,21,108); }

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

background-color css

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

 a { background-color: rgb(253,21,108); }

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

border-color css

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

 span { border-color: rgb(253,21,108); }

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