Html Css Color HEX #FA1967 Ruby

📋 copy color: '#FA1967'

red 250 ◦ green 25 ◦ blue 103

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

Shades of Ruby #FA1967

Tints of Ruby #FA1967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.25%

R = 66.14%
G = 6.61%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA1967 (or 0xFA1967) is known color: Ruby. HEX triplet: FA, 19 and 67. RGB value is (250,25,103). Sum of RGB (Red+Green+Blue) = 250+25+103=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1967 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1967 is #05E698. Grayscale: #656565. Windows color (decimal): -386713 or 6756858. OLE color: 6756858.

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

Color convert

RGB 250 25 103 -
CMYK 0 0.9 0.59 0.02
HSL 339.2º 0.96% 0.54% -
HSV(B) 339.2º 0.9% 0.98% -
XYZ 42.22 22 14.85 -
YUV 101.17 129.04 234.16 -
System Red Green Blue C M Y K H S L
Decimal 250 25 103 0 0.9 0.59 0.02 339.2 0.96 0.54
Hex FA 19 67 0 5A 3B 2 153 60 36
Octal 372 31 147 0 132 73 2 523 140 66
Binary 11111010 11001 1100111 0 1011010 111011 10 101010011 1100000 110110

Color Harmonies of #FA1967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1967

Black with #FA1967

Text Example


Text Example

White with #FA1967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1967; }

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

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

background-color css

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

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

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

border-color css

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

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

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