Html Css Color HEX #FA196A Ruby

📋 copy color: '#FA196A'

red 250 ◦ green 25 ◦ blue 106

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

Shades of Ruby #FA196A

Tints of Ruby #FA196A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.56%

 BLUE value IS 106 (41.8% from 255) = 27.82%

R = 65.62%
G = 6.56%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA196A (or 0xFA196A) is known color: Ruby. HEX triplet: FA, 19 and 6A. RGB value is (250,25,106). Sum of RGB (Red+Green+Blue) = 250+25+106=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA196A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA196A is #05E695. Grayscale: #656565. Windows color (decimal): -386710 or 6953466. OLE color: 6953466.

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

Color convert

RGB 250 25 106 -
CMYK 0 0.9 0.58 0.02
HSL 338.4º 0.96% 0.54% -
HSV(B) 338.4º 0.9% 0.98% -
XYZ 42.37 22.06 15.66 -
YUV 101.51 130.54 233.91 -
System Red Green Blue C M Y K H S L
Decimal 250 25 106 0 0.9 0.58 0.02 338.4 0.96 0.54
Hex FA 19 6A 0 5A 3A 2 152 60 36
Octal 372 31 152 0 132 72 2 522 140 66
Binary 11111010 11001 1101010 0 1011010 111010 10 101010010 1100000 110110

Color Harmonies of #FA196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA196A

Black with #FA196A

Text Example


Text Example

White with #FA196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA196A; }

 p { color: rgb(250,25,106); }

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

background-color css

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

 a { background-color: rgb(250,25,106); }

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

border-color css

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

 span { border-color: rgb(250,25,106); }

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