Html Css Color HEX #F91374 Ruby

📋 copy color: '#F91374'

red 249 ◦ green 19 ◦ blue 116

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

Shades of Ruby #F91374

Tints of Ruby #F91374

RGB

 RED value IS 249 (97.66% from 255) = 64.84%

 GREEN value IS 19 (7.81% from 255) = 4.95%

 BLUE value IS 116 (45.7% from 255) = 30.21%

R = 64.84%
G = 4.95%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F91374 (or 0xF91374) is known color: Ruby. HEX triplet: F9, 13 and 74. RGB value is (249,19,116). Sum of RGB (Red+Green+Blue) = 249+19+116=384 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.84% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 249 - color contains mainly: red. Hex color #F91374 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91374 is #06EC8B. Grayscale: #626262. Windows color (decimal): -453772 or 7607289. OLE color: 7607289.

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

Color convert

RGB 249 19 116 -
CMYK 0 0.92 0.53 0.02
HSL 334.7º 0.95% 0.53% -
HSV(B) 334.7º 0.92% 0.98% -
XYZ 42.45 21.87 18.51 -
YUV 98.83 137.7 235.11 -
System Red Green Blue C M Y K H S L
Decimal 249 19 116 0 0.92 0.53 0.02 334.7 0.95 0.53
Hex F9 13 74 0 5C 35 2 14F 5F 35
Octal 371 23 164 0 134 65 2 517 137 65
Binary 11111001 10011 1110100 0 1011100 110101 10 101001111 1011111 110101

Color Harmonies of #F91374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91374

Black with #F91374

Text Example


Text Example

White with #F91374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91374; }

 p { color: rgb(249,19,116); }

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

background-color css

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

 a { background-color: rgb(249,19,116); }

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

border-color css

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

 span { border-color: rgb(249,19,116); }

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