Html Css Color HEX #FA1A6A Ruby

📋 copy color: '#FA1A6A'

red 250 ◦ green 26 ◦ blue 106

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

Shades of Ruby #FA1A6A

Tints of Ruby #FA1A6A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.81%

 BLUE value IS 106 (41.8% from 255) = 27.75%

R = 65.45%
G = 6.81%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA1A6A (or 0xFA1A6A) is known color: Ruby. HEX triplet: FA, 1A and 6A. RGB value is (250,26,106). Sum of RGB (Red+Green+Blue) = 250+26+106=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1A6A is #05E595. Grayscale: #666666. Windows color (decimal): -386454 or 6953722. OLE color: 6953722.

HSL color Cylindrical-coordinate representation of color #FA1A6A: hue angle of 338.57º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1A6A is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 26 106 -
CMYK 0 0.90 0.58 0.02
HSL 338.57º 0.96% 0.54% -
HSV(B) 338.57º 0.9% 0.98% -
XYZ 42.4 22.1 15.67 -
YUV 102.1 130.21 233.5 -
System Red Green Blue C M Y K H S L
Decimal 250 26 106 0 0.90 0.58 0.02 338.57 0.96 0.54
Hex FA 1A 6A 0 5A 3A 2 153 60 36
Octal 372 32 152 0 132 72 2 523 140 66
Binary 11111010 11010 1101010 0 1011010 111010 10 101010011 1100000 110110

Color Harmonies of #FA1A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1A6A

Black with #FA1A6A

Text Example


Text Example

White with #FA1A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1A6A; }

 p { color: rgb(250,26,106); }

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

background-color css

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

 a { background-color: rgb(250,26,106); }

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

border-color css

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

 span { border-color: rgb(250,26,106); }

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