Html Css Color HEX #FA146D Ruby

📋 copy color: '#FA146D'

red 250 ◦ green 20 ◦ blue 109

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

Shades of Ruby #FA146D

Tints of Ruby #FA146D

RGB

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

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

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

R = 65.96%
G = 5.28%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA146D (or 0xFA146D) is known color: Ruby. HEX triplet: FA, 14 and 6D. RGB value is (250,20,109). Sum of RGB (Red+Green+Blue) = 250+20+109=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA146D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA146D is #05EB92. Grayscale: #626262. Windows color (decimal): -387987 or 7148794. OLE color: 7148794.

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

Color convert

RGB 250 20 109 -
CMYK 0 0.92 0.56 0.02
HSL 336.78º 0.96% 0.53% -
HSV(B) 336.78º 0.92% 0.98% -
XYZ 42.43 21.93 16.46 -
YUV 98.92 133.7 235.76 -
System Red Green Blue C M Y K H S L
Decimal 250 20 109 0 0.92 0.56 0.02 336.78 0.96 0.53
Hex FA 14 6D 0 5C 38 2 151 60 35
Octal 372 24 155 0 134 70 2 521 140 65
Binary 11111010 10100 1101101 0 1011100 111000 10 101010001 1100000 110101

Color Harmonies of #FA146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA146D

Black with #FA146D

Text Example


Text Example

White with #FA146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA146D; }

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

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

background-color css

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

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

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

border-color css

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

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

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