Html Css Color HEX #F91471 Ruby

📋 copy color: '#F91471'

red 249 ◦ green 20 ◦ blue 113

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

Shades of Ruby #F91471

Tints of Ruby #F91471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.24%

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

R = 65.18%
G = 5.24%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F91471 (or 0xF91471) is known color: Ruby. HEX triplet: F9, 14 and 71. RGB value is (249,20,113). Sum of RGB (Red+Green+Blue) = 249+20+113=382 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.18% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 249 - color contains mainly: red. Hex color #F91471 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91471 is #06EB8E. Grayscale: #626262. Windows color (decimal): -453519 or 7410937. OLE color: 7410937.

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

Color convert

RGB 249 20 113 -
CMYK 0 0.92 0.55 0.02
HSL 335.63º 0.95% 0.53% -
HSV(B) 335.63º 0.92% 0.98% -
XYZ 42.3 21.83 17.61 -
YUV 99.07 135.87 234.94 -
System Red Green Blue C M Y K H S L
Decimal 249 20 113 0 0.92 0.55 0.02 335.63 0.95 0.53
Hex F9 14 71 0 5C 37 2 150 5F 35
Octal 371 24 161 0 134 67 2 520 137 65
Binary 11111001 10100 1110001 0 1011100 110111 10 101010000 1011111 110101

Color Harmonies of #F91471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91471

Black with #F91471

Text Example


Text Example

White with #F91471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91471; }

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

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

background-color css

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

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

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

border-color css

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

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

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