Html Css Color HEX #F91866 Ruby

📋 copy color: '#F91866'

red 249 ◦ green 24 ◦ blue 102

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

Shades of Ruby #F91866

Tints of Ruby #F91866

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.4%

 BLUE value IS 102 (40.23% from 255) = 27.2%

R = 66.4%
G = 6.4%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F91866 (or 0xF91866) is known color: Ruby. HEX triplet: F9, 18 and 66. RGB value is (249,24,102). Sum of RGB (Red+Green+Blue) = 249+24+102=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F91866 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91866 is #06E799. Grayscale: #646464. Windows color (decimal): -452506 or 6691065. OLE color: 6691065.

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

Color convert

RGB 249 24 102 -
CMYK 0 0.90 0.59 0.02
HSL 339.2º 0.95% 0.54% -
HSV(B) 339.2º 0.9% 0.98% -
XYZ 41.79 21.75 14.57 -
YUV 100.17 129.04 234.16 -
System Red Green Blue C M Y K H S L
Decimal 249 24 102 0 0.90 0.59 0.02 339.2 0.95 0.54
Hex F9 18 66 0 5A 3B 2 153 5F 36
Octal 371 30 146 0 132 73 2 523 137 66
Binary 11111001 11000 1100110 0 1011010 111011 10 101010011 1011111 110110

Color Harmonies of #F91866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91866

Black with #F91866

Text Example


Text Example

White with #F91866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91866; }

 p { color: rgb(249,24,102); }

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

background-color css

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

 a { background-color: rgb(249,24,102); }

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

border-color css

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

 span { border-color: rgb(249,24,102); }

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