Html Css Color HEX #F91666 Ruby

📋 copy color: '#F91666'

red 249 ◦ green 22 ◦ blue 102

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

Shades of Ruby #F91666

Tints of Ruby #F91666

RGB

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

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

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

R = 66.76%
G = 5.9%
B = 27.35%

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

#F91666 (or 0xF91666) is known color: Ruby. HEX triplet: F9, 16 and 66. RGB value is (249,22,102). Sum of RGB (Red+Green+Blue) = 249+22+102=373 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.76% from 373); Green value is 22 (8.98% from 255 or 5.90% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 249 - color contains mainly: red. Hex color #F91666 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91666 is #06E999. Grayscale: #626262. Windows color (decimal): -453018 or 6690553. OLE color: 6690553.

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

Color convert

RGB 249 22 102 -
CMYK 0 0.91 0.59 0.02
HSL 338.85º 0.95% 0.53% -
HSV(B) 338.85º 0.91% 0.98% -
XYZ 41.75 21.67 14.55 -
YUV 98.99 129.71 235 -
System Red Green Blue C M Y K H S L
Decimal 249 22 102 0 0.91 0.59 0.02 338.85 0.95 0.53
Hex F9 16 66 0 5B 3B 2 153 5F 35
Octal 371 26 146 0 133 73 2 523 137 65
Binary 11111001 10110 1100110 0 1011011 111011 10 101010011 1011111 110101

Color Harmonies of #F91666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91666

Black with #F91666

Text Example


Text Example

White with #F91666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91666; }

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

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

background-color css

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

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

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

border-color css

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

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

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