Html Css Color HEX #F91765 Ruby

📋 copy color: '#F91765'

red 249 ◦ green 23 ◦ blue 101

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

Shades of Ruby #F91765

Tints of Ruby #F91765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.08%

R = 66.76%
G = 6.17%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F91765 (or 0xF91765) is known color: Ruby. HEX triplet: F9, 17 and 65. RGB value is (249,23,101). Sum of RGB (Red+Green+Blue) = 249+23+101=373 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.76% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 249 - color contains mainly: red. Hex color #F91765 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91765 is #06E89A. Grayscale: #636363. Windows color (decimal): -452763 or 6625273. OLE color: 6625273.

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

Color convert

RGB 249 23 101 -
CMYK 0 0.91 0.59 0.02
HSL 339.29º 0.95% 0.53% -
HSV(B) 339.29º 0.91% 0.98% -
XYZ 41.72 21.69 14.3 -
YUV 99.47 128.87 234.66 -
System Red Green Blue C M Y K H S L
Decimal 249 23 101 0 0.91 0.59 0.02 339.29 0.95 0.53
Hex F9 17 65 0 5B 3B 2 153 5F 35
Octal 371 27 145 0 133 73 2 523 137 65
Binary 11111001 10111 1100101 0 1011011 111011 10 101010011 1011111 110101

Color Harmonies of #F91765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91765

Black with #F91765

Text Example


Text Example

White with #F91765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91765; }

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

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

background-color css

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

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

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

border-color css

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

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

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