Html Css Color HEX #FA1671 Ruby

📋 copy color: '#FA1671'

red 250 ◦ green 22 ◦ blue 113

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

Shades of Ruby #FA1671

Tints of Ruby #FA1671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.71%

 BLUE value IS 113 (44.53% from 255) = 29.35%

R = 64.94%
G = 5.71%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA1671 (or 0xFA1671) is known color: Ruby. HEX triplet: FA, 16 and 71. RGB value is (250,22,113). Sum of RGB (Red+Green+Blue) = 250+22+113=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1671 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1671 is #05E98E. Grayscale: #646464. Windows color (decimal): -387471 or 7411450. OLE color: 7411450.

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

Color convert

RGB 250 22 113 -
CMYK 0 0.91 0.55 0.02
HSL 336.05º 0.96% 0.53% -
HSV(B) 336.05º 0.91% 0.98% -
XYZ 42.69 22.09 17.64 -
YUV 100.55 135.04 234.6 -
System Red Green Blue C M Y K H S L
Decimal 250 22 113 0 0.91 0.55 0.02 336.05 0.96 0.53
Hex FA 16 71 0 5B 37 2 150 60 35
Octal 372 26 161 0 133 67 2 520 140 65
Binary 11111010 10110 1110001 0 1011011 110111 10 101010000 1100000 110101

Color Harmonies of #FA1671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1671

Black with #FA1671

Text Example


Text Example

White with #FA1671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1671; }

 p { color: rgb(250,22,113); }

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

background-color css

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

 a { background-color: rgb(250,22,113); }

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

border-color css

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

 span { border-color: rgb(250,22,113); }

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