Html Css Color HEX #FA1572 Ruby

📋 copy color: '#FA1572'

red 250 ◦ green 21 ◦ blue 114

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

Shades of Ruby #FA1572

Tints of Ruby #FA1572

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.45%

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

R = 64.94%
G = 5.45%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA1572 (or 0xFA1572) is known color: Ruby. HEX triplet: FA, 15 and 72. RGB value is (250,21,114). Sum of RGB (Red+Green+Blue) = 250+21+114=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1572 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1572 is #05EA8D. Grayscale: #636363. Windows color (decimal): -387726 or 7476730. OLE color: 7476730.

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

Color convert

RGB 250 21 114 -
CMYK 0 0.92 0.54 0.02
HSL 335.63º 0.96% 0.53% -
HSV(B) 335.63º 0.92% 0.98% -
XYZ 42.73 22.08 17.93 -
YUV 100.07 135.87 234.94 -
System Red Green Blue C M Y K H S L
Decimal 250 21 114 0 0.92 0.54 0.02 335.63 0.96 0.53
Hex FA 15 72 0 5C 36 2 150 60 35
Octal 372 25 162 0 134 66 2 520 140 65
Binary 11111010 10101 1110010 0 1011100 110110 10 101010000 1100000 110101

Color Harmonies of #FA1572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1572

Black with #FA1572

Text Example


Text Example

White with #FA1572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1572; }

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

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

background-color css

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

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

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

border-color css

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

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

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