Html Css Color HEX #F91966 Ruby

📋 copy color: '#F91966'

red 249 ◦ green 25 ◦ blue 102

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

Shades of Ruby #F91966

Tints of Ruby #F91966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.65%

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

R = 66.22%
G = 6.65%
B = 27.13%

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

#F91966 (or 0xF91966) is known color: Ruby. HEX triplet: F9, 19 and 66. RGB value is (249,25,102). Sum of RGB (Red+Green+Blue) = 249+25+102=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F91966 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91966 is #06E699. Grayscale: #646464. Windows color (decimal): -452250 or 6691321. OLE color: 6691321.

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

Color convert

RGB 249 25 102 -
CMYK 0 0.90 0.59 0.02
HSL 339.38º 0.95% 0.54% -
HSV(B) 339.38º 0.9% 0.98% -
XYZ 41.81 21.79 14.57 -
YUV 100.75 128.71 233.74 -
System Red Green Blue C M Y K H S L
Decimal 249 25 102 0 0.90 0.59 0.02 339.38 0.95 0.54
Hex F9 19 66 0 5A 3B 2 153 5F 36
Octal 371 31 146 0 132 73 2 523 137 66
Binary 11111001 11001 1100110 0 1011010 111011 10 101010011 1011111 110110

Color Harmonies of #F91966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91966

Black with #F91966

Text Example


Text Example

White with #F91966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91966; }

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

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

background-color css

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

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

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

border-color css

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

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

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