Html Css Color HEX #FA1272 Ruby

📋 copy color: '#FA1272'

red 250 ◦ green 18 ◦ blue 114

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

Shades of Ruby #FA1272

Tints of Ruby #FA1272

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.71%

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

R = 65.45%
G = 4.71%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA1272 (or 0xFA1272) is known color: Ruby. HEX triplet: FA, 12 and 72. RGB value is (250,18,114). Sum of RGB (Red+Green+Blue) = 250+18+114=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1272 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1272 is #05ED8D. Grayscale: #626262. Windows color (decimal): -388494 or 7475962. OLE color: 7475962.

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

Color convert

RGB 250 18 114 -
CMYK 0 0.93 0.54 0.02
HSL 335.17º 0.96% 0.53% -
HSV(B) 335.17º 0.93% 0.98% -
XYZ 42.68 21.97 17.91 -
YUV 98.31 136.86 236.19 -
System Red Green Blue C M Y K H S L
Decimal 250 18 114 0 0.93 0.54 0.02 335.17 0.96 0.53
Hex FA 12 72 0 5D 36 2 14F 60 35
Octal 372 22 162 0 135 66 2 517 140 65
Binary 11111010 10010 1110010 0 1011101 110110 10 101001111 1100000 110101

Color Harmonies of #FA1272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1272

Black with #FA1272

Text Example


Text Example

White with #FA1272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1272; }

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

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

background-color css

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

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

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

border-color css

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

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

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