Html Css Color HEX #FA1A72 Ruby

📋 copy color: '#FA1A72'

red 250 ◦ green 26 ◦ blue 114

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

Shades of Ruby #FA1A72

Tints of Ruby #FA1A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.23%

R = 64.1%
G = 6.67%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA1A72 (or 0xFA1A72) is known color: Ruby. HEX triplet: FA, 1A and 72. RGB value is (250,26,114). Sum of RGB (Red+Green+Blue) = 250+26+114=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1A72 is #05E58D. Grayscale: #666666. Windows color (decimal): -386446 or 7478010. OLE color: 7478010.

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

Color convert

RGB 250 26 114 -
CMYK 0 0.90 0.54 0.02
HSL 336.43º 0.96% 0.54% -
HSV(B) 336.43º 0.9% 0.98% -
XYZ 42.83 22.28 17.96 -
YUV 103.01 134.21 232.84 -
System Red Green Blue C M Y K H S L
Decimal 250 26 114 0 0.90 0.54 0.02 336.43 0.96 0.54
Hex FA 1A 72 0 5A 36 2 150 60 36
Octal 372 32 162 0 132 66 2 520 140 66
Binary 11111010 11010 1110010 0 1011010 110110 10 101010000 1100000 110110

Color Harmonies of #FA1A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1A72

Black with #FA1A72

Text Example


Text Example

White with #FA1A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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