Html Css Color HEX #F91669 Ruby

📋 copy color: '#F91669'

red 249 ◦ green 22 ◦ blue 105

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

Shades of Ruby #F91669

Tints of Ruby #F91669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.93%

R = 66.22%
G = 5.85%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F91669 (or 0xF91669) is known color: Ruby. HEX triplet: F9, 16 and 69. RGB value is (249,22,105). Sum of RGB (Red+Green+Blue) = 249+22+105=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F91669 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91669 is #06E996. Grayscale: #636363. Windows color (decimal): -453015 or 6887161. OLE color: 6887161.

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

Color convert

RGB 249 22 105 -
CMYK 0 0.91 0.58 0.02
HSL 338.06º 0.95% 0.53% -
HSV(B) 338.06º 0.91% 0.98% -
XYZ 41.9 21.73 15.35 -
YUV 99.34 131.21 234.75 -
System Red Green Blue C M Y K H S L
Decimal 249 22 105 0 0.91 0.58 0.02 338.06 0.95 0.53
Hex F9 16 69 0 5B 3A 2 152 5F 35
Octal 371 26 151 0 133 72 2 522 137 65
Binary 11111001 10110 1101001 0 1011011 111010 10 101010010 1011111 110101

Color Harmonies of #F91669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91669

Black with #F91669

Text Example


Text Example

White with #F91669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91669; }

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

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

background-color css

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

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

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

border-color css

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

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

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