Html Css Color HEX #F91764 Ruby

📋 copy color: '#F91764'

red 249 ◦ green 23 ◦ blue 100

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

Shades of Ruby #F91764

Tints of Ruby #F91764

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.18%

 BLUE value IS 100 (39.45% from 255) = 26.88%

R = 66.94%
G = 6.18%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F91764 (or 0xF91764) is known color: Ruby. HEX triplet: F9, 17 and 64. RGB value is (249,23,100). Sum of RGB (Red+Green+Blue) = 249+23+100=372 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.94% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 249 - color contains mainly: red. Hex color #F91764 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91764 is #06E89B. Grayscale: #636363. Windows color (decimal): -452764 or 6559737. OLE color: 6559737.

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

Color convert

RGB 249 23 100 -
CMYK 0 0.91 0.60 0.02
HSL 339.56º 0.95% 0.53% -
HSV(B) 339.56º 0.91% 0.98% -
XYZ 41.67 21.67 14.04 -
YUV 99.35 128.37 234.74 -
System Red Green Blue C M Y K H S L
Decimal 249 23 100 0 0.91 0.60 0.02 339.56 0.95 0.53
Hex F9 17 64 0 5B 3C 2 154 5F 35
Octal 371 27 144 0 133 74 2 524 137 65
Binary 11111001 10111 1100100 0 1011011 111100 10 101010100 1011111 110101

Color Harmonies of #F91764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91764

Black with #F91764

Text Example


Text Example

White with #F91764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91764; }

 p { color: rgb(249,23,100); }

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

background-color css

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

 a { background-color: rgb(249,23,100); }

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

border-color css

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

 span { border-color: rgb(249,23,100); }

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