Html Css Color HEX #F91B71 Ruby

📋 copy color: '#F91B71'

red 249 ◦ green 27 ◦ blue 113

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

Shades of Ruby #F91B71

Tints of Ruby #F91B71

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.94%

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

R = 64.01%
G = 6.94%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F91B71 (or 0xF91B71) is known color: Ruby. HEX triplet: F9, 1B and 71. RGB value is (249,27,113). Sum of RGB (Red+Green+Blue) = 249+27+113=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91B71 is #06E48E. Grayscale: #676767. Windows color (decimal): -451727 or 7412729. OLE color: 7412729.

HSL color Cylindrical-coordinate representation of color #F91B71: hue angle of 336.76º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91B71 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 27 113 -
CMYK 0 0.89 0.55 0.02
HSL 336.76º 0.95% 0.54% -
HSV(B) 336.76º 0.89% 0.98% -
XYZ 42.44 22.12 17.65 -
YUV 103.18 133.55 232.01 -
System Red Green Blue C M Y K H S L
Decimal 249 27 113 0 0.89 0.55 0.02 336.76 0.95 0.54
Hex F9 1B 71 0 59 37 2 151 5F 36
Octal 371 33 161 0 131 67 2 521 137 66
Binary 11111001 11011 1110001 0 1011001 110111 10 101010001 1011111 110110

Color Harmonies of #F91B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91B71

Black with #F91B71

Text Example


Text Example

White with #F91B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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