Html Css Color HEX #F91668 Ruby

📋 copy color: '#F91668'

red 249 ◦ green 22 ◦ blue 104

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

Shades of Ruby #F91668

Tints of Ruby #F91668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.73%

R = 66.4%
G = 5.87%
B = 27.73%

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

#F91668 (or 0xF91668) is known color: Ruby. HEX triplet: F9, 16 and 68. RGB value is (249,22,104). Sum of RGB (Red+Green+Blue) = 249+22+104=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F91668 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91668 is #06E997. Grayscale: #636363. Windows color (decimal): -453016 or 6821625. OLE color: 6821625.

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

Color convert

RGB 249 22 104 -
CMYK 0 0.91 0.58 0.02
HSL 338.33º 0.95% 0.53% -
HSV(B) 338.33º 0.91% 0.98% -
XYZ 41.85 21.71 15.08 -
YUV 99.22 130.71 234.83 -
System Red Green Blue C M Y K H S L
Decimal 249 22 104 0 0.91 0.58 0.02 338.33 0.95 0.53
Hex F9 16 68 0 5B 3A 2 152 5F 35
Octal 371 26 150 0 133 72 2 522 137 65
Binary 11111001 10110 1101000 0 1011011 111010 10 101010010 1011111 110101

Color Harmonies of #F91668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91668

Black with #F91668

Text Example


Text Example

White with #F91668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91668; }

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

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

background-color css

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

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

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

border-color css

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

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

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