Html Css Color HEX #F91A71 Ruby

📋 copy color: '#F91A71'

red 249 ◦ green 26 ◦ blue 113

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

Shades of Ruby #F91A71

Tints of Ruby #F91A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.12%

R = 64.18%
G = 6.7%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F91A71 (or 0xF91A71) is known color: Ruby. HEX triplet: F9, 1A and 71. RGB value is (249,26,113). Sum of RGB (Red+Green+Blue) = 249+26+113=388 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.18% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91A71 is #06E58E. Grayscale: #666666. Windows color (decimal): -451983 or 7412473. OLE color: 7412473.

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

Color convert

RGB 249 26 113 -
CMYK 0 0.90 0.55 0.02
HSL 336.59º 0.95% 0.54% -
HSV(B) 336.59º 0.9% 0.98% -
XYZ 42.42 22.07 17.65 -
YUV 102.6 133.88 232.43 -
System Red Green Blue C M Y K H S L
Decimal 249 26 113 0 0.90 0.55 0.02 336.59 0.95 0.54
Hex F9 1A 71 0 5A 37 2 151 5F 36
Octal 371 32 161 0 132 67 2 521 137 66
Binary 11111001 11010 1110001 0 1011010 110111 10 101010001 1011111 110110

Color Harmonies of #F91A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91A71

Black with #F91A71

Text Example


Text Example

White with #F91A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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