Html Css Color HEX #F91A64 Ruby

📋 copy color: '#F91A64'

red 249 ◦ green 26 ◦ blue 100

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

Shades of Ruby #F91A64

Tints of Ruby #F91A64

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.93%

 BLUE value IS 100 (39.45% from 255) = 26.67%

R = 66.4%
G = 6.93%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F91A64 (or 0xF91A64) is known color: Ruby. HEX triplet: F9, 1A and 64. RGB value is (249,26,100). Sum of RGB (Red+Green+Blue) = 249+26+100=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91A64 is #06E59B. Grayscale: #656565. Windows color (decimal): -451996 or 6560505. OLE color: 6560505.

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

Color convert

RGB 249 26 100 -
CMYK 0 0.90 0.60 0.02
HSL 340.09º 0.95% 0.54% -
HSV(B) 340.09º 0.9% 0.98% -
XYZ 41.74 21.8 14.06 -
YUV 101.11 127.38 233.48 -
System Red Green Blue C M Y K H S L
Decimal 249 26 100 0 0.90 0.60 0.02 340.09 0.95 0.54
Hex F9 1A 64 0 5A 3C 2 154 5F 36
Octal 371 32 144 0 132 74 2 524 137 66
Binary 11111001 11010 1100100 0 1011010 111100 10 101010100 1011111 110110

Color Harmonies of #F91A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91A64

Black with #F91A64

Text Example


Text Example

White with #F91A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91A64; }

 p { color: rgb(249,26,100); }

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

background-color css

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

 a { background-color: rgb(249,26,100); }

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

border-color css

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

 span { border-color: rgb(249,26,100); }

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