Html Css Color HEX #F91671 Ruby

📋 copy color: '#F91671'

red 249 ◦ green 22 ◦ blue 113

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

Shades of Ruby #F91671

Tints of Ruby #F91671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.73%

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

R = 64.84%
G = 5.73%
B = 29.43%

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

#F91671 (or 0xF91671) is known color: Ruby. HEX triplet: F9, 16 and 71. RGB value is (249,22,113). Sum of RGB (Red+Green+Blue) = 249+22+113=384 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.84% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 249 - color contains mainly: red. Hex color #F91671 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91671 is #06E98E. Grayscale: #646464. Windows color (decimal): -453007 or 7411449. OLE color: 7411449.

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

Color convert

RGB 249 22 113 -
CMYK 0 0.91 0.55 0.02
HSL 335.95º 0.95% 0.53% -
HSV(B) 335.95º 0.91% 0.98% -
XYZ 42.33 21.91 17.62 -
YUV 100.25 135.21 234.1 -
System Red Green Blue C M Y K H S L
Decimal 249 22 113 0 0.91 0.55 0.02 335.95 0.95 0.53
Hex F9 16 71 0 5B 37 2 150 5F 35
Octal 371 26 161 0 133 67 2 520 137 65
Binary 11111001 10110 1110001 0 1011011 110111 10 101010000 1011111 110101

Color Harmonies of #F91671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91671

Black with #F91671

Text Example


Text Example

White with #F91671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91671; }

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

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

background-color css

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

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

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

border-color css

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

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

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