Html Css Color HEX #F91271 Ruby

📋 copy color: '#F91271'

red 249 ◦ green 18 ◦ blue 113

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

Shades of Ruby #F91271

Tints of Ruby #F91271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.74%

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

R = 65.53%
G = 4.74%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F91271 (or 0xF91271) is known color: Ruby. HEX triplet: F9, 12 and 71. RGB value is (249,18,113). Sum of RGB (Red+Green+Blue) = 249+18+113=380 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.53% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 249 - color contains mainly: red. Hex color #F91271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91271 is #06ED8E. Grayscale: #616161. Windows color (decimal): -454031 or 7410425. OLE color: 7410425.

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

Color convert

RGB 249 18 113 -
CMYK 0 0.93 0.55 0.02
HSL 335.32º 0.95% 0.52% -
HSV(B) 335.32º 0.93% 0.98% -
XYZ 42.26 21.76 17.6 -
YUV 97.9 136.53 235.78 -
System Red Green Blue C M Y K H S L
Decimal 249 18 113 0 0.93 0.55 0.02 335.32 0.95 0.52
Hex F9 12 71 0 5D 37 2 14F 5F 34
Octal 371 22 161 0 135 67 2 517 137 64
Binary 11111001 10010 1110001 0 1011101 110111 10 101001111 1011111 110100

Color Harmonies of #F91271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91271

Black with #F91271

Text Example


Text Example

White with #F91271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91271; }

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

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

background-color css

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

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

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

border-color css

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

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

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