Html Css Color HEX #F91771 Ruby

📋 copy color: '#F91771'

red 249 ◦ green 23 ◦ blue 113

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

Shades of Ruby #F91771

Tints of Ruby #F91771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.97%

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

R = 64.68%
G = 5.97%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F91771 (or 0xF91771) is known color: Ruby. HEX triplet: F9, 17 and 71. RGB value is (249,23,113). Sum of RGB (Red+Green+Blue) = 249+23+113=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F91771 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91771 is #06E88E. Grayscale: #646464. Windows color (decimal): -452751 or 7411705. OLE color: 7411705.

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

Color convert

RGB 249 23 113 -
CMYK 0 0.91 0.55 0.02
HSL 336.11º 0.95% 0.53% -
HSV(B) 336.11º 0.91% 0.98% -
XYZ 42.35 21.94 17.63 -
YUV 100.83 134.87 233.68 -
System Red Green Blue C M Y K H S L
Decimal 249 23 113 0 0.91 0.55 0.02 336.11 0.95 0.53
Hex F9 17 71 0 5B 37 2 150 5F 35
Octal 371 27 161 0 133 67 2 520 137 65
Binary 11111001 10111 1110001 0 1011011 110111 10 101010000 1011111 110101

Color Harmonies of #F91771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91771

Black with #F91771

Text Example


Text Example

White with #F91771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91771; }

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

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

background-color css

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

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

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

border-color css

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

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

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