Html Css Color HEX #F91673 Ruby

📋 copy color: '#F91673'

red 249 ◦ green 22 ◦ blue 115

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

Shades of Ruby #F91673

Tints of Ruby #F91673

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.7%

 BLUE value IS 115 (45.31% from 255) = 29.79%

R = 64.51%
G = 5.7%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F91673 (or 0xF91673) is known color: Ruby. HEX triplet: F9, 16 and 73. RGB value is (249,22,115). Sum of RGB (Red+Green+Blue) = 249+22+115=386 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.51% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 249 - color contains mainly: red. Hex color #F91673 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91673 is #06E98C. Grayscale: #646464. Windows color (decimal): -453005 or 7542521. OLE color: 7542521.

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

Color convert

RGB 249 22 115 -
CMYK 0 0.91 0.54 0.02
HSL 335.42º 0.95% 0.53% -
HSV(B) 335.42º 0.91% 0.98% -
XYZ 42.45 21.95 18.22 -
YUV 100.48 136.21 233.94 -
System Red Green Blue C M Y K H S L
Decimal 249 22 115 0 0.91 0.54 0.02 335.42 0.95 0.53
Hex F9 16 73 0 5B 36 2 14F 5F 35
Octal 371 26 163 0 133 66 2 517 137 65
Binary 11111001 10110 1110011 0 1011011 110110 10 101001111 1011111 110101

Color Harmonies of #F91673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91673

Black with #F91673

Text Example


Text Example

White with #F91673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91673; }

 p { color: rgb(249,22,115); }

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

background-color css

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

 a { background-color: rgb(249,22,115); }

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

border-color css

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

 span { border-color: rgb(249,22,115); }

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