Html Css Color HEX #FA156C Ruby

📋 copy color: '#FA156C'

red 250 ◦ green 21 ◦ blue 108

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

Shades of Ruby #FA156C

Tints of Ruby #FA156C

RGB

 RED value IS 250 (98.05% from 255) = 65.96%

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

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

R = 65.96%
G = 5.54%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA156C (or 0xFA156C) is known color: Ruby. HEX triplet: FA, 15 and 6C. RGB value is (250,21,108). Sum of RGB (Red+Green+Blue) = 250+21+108=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA156C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA156C is #05EA93. Grayscale: #636363. Windows color (decimal): -387732 or 7083514. OLE color: 7083514.

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

Color convert

RGB 250 21 108 -
CMYK 0 0.92 0.57 0.02
HSL 337.21º 0.96% 0.53% -
HSV(B) 337.21º 0.92% 0.98% -
XYZ 42.4 21.94 16.19 -
YUV 99.39 132.87 235.43 -
System Red Green Blue C M Y K H S L
Decimal 250 21 108 0 0.92 0.57 0.02 337.21 0.96 0.53
Hex FA 15 6C 0 5C 39 2 151 60 35
Octal 372 25 154 0 134 71 2 521 140 65
Binary 11111010 10101 1101100 0 1011100 111001 10 101010001 1100000 110101

Color Harmonies of #FA156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA156C

Black with #FA156C

Text Example


Text Example

White with #FA156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA156C; }

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

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

background-color css

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

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

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

border-color css

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

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

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