Html Css Color HEX #FA1672 Ruby

📋 copy color: '#FA1672'

red 250 ◦ green 22 ◦ blue 114

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

Shades of Ruby #FA1672

Tints of Ruby #FA1672

RGB

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

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

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

R = 64.77%
G = 5.7%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA1672 (or 0xFA1672) is known color: Ruby. HEX triplet: FA, 16 and 72. RGB value is (250,22,114). Sum of RGB (Red+Green+Blue) = 250+22+114=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1672 is #05E98D. Grayscale: #646464. Windows color (decimal): -387470 or 7476986. OLE color: 7476986.

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

Color convert

RGB 250 22 114 -
CMYK 0 0.91 0.54 0.02
HSL 335.79º 0.96% 0.53% -
HSV(B) 335.79º 0.91% 0.98% -
XYZ 42.75 22.11 17.93 -
YUV 100.66 135.54 234.52 -
System Red Green Blue C M Y K H S L
Decimal 250 22 114 0 0.91 0.54 0.02 335.79 0.96 0.53
Hex FA 16 72 0 5B 36 2 150 60 35
Octal 372 26 162 0 133 66 2 520 140 65
Binary 11111010 10110 1110010 0 1011011 110110 10 101010000 1100000 110101

Color Harmonies of #FA1672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1672

Black with #FA1672

Text Example


Text Example

White with #FA1672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1672; }

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

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

background-color css

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

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

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

border-color css

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

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

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