Html Css Color HEX #F91569 Ruby

📋 copy color: '#F91569'

red 249 ◦ green 21 ◦ blue 105

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

Shades of Ruby #F91569

Tints of Ruby #F91569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.6%

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

R = 66.4%
G = 5.6%
B = 28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F91569 (or 0xF91569) is known color: Ruby. HEX triplet: F9, 15 and 69. RGB value is (249,21,105). Sum of RGB (Red+Green+Blue) = 249+21+105=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F91569 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91569 is #06EA96. Grayscale: #626262. Windows color (decimal): -453271 or 6886905. OLE color: 6886905.

HSL color Cylindrical-coordinate representation of color #F91569: hue angle of 337.89º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91569 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 21 105 -
CMYK 0 0.92 0.58 0.02
HSL 337.89º 0.95% 0.53% -
HSV(B) 337.89º 0.92% 0.98% -
XYZ 41.88 21.7 15.34 -
YUV 98.75 131.54 235.17 -
System Red Green Blue C M Y K H S L
Decimal 249 21 105 0 0.92 0.58 0.02 337.89 0.95 0.53
Hex F9 15 69 0 5C 3A 2 152 5F 35
Octal 371 25 151 0 134 72 2 522 137 65
Binary 11111001 10101 1101001 0 1011100 111010 10 101010010 1011111 110101

Color Harmonies of #F91569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91569

Black with #F91569

Text Example


Text Example

White with #F91569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91569; }

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

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

background-color css

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

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

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

border-color css

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

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

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