Html Css Color HEX #F91672 Ruby

📋 copy color: '#F91672'

red 249 ◦ green 22 ◦ blue 114

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

Shades of Ruby #F91672

Tints of Ruby #F91672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.61%

R = 64.68%
G = 5.71%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F91672 (or 0xF91672) is known color: Ruby. HEX triplet: F9, 16 and 72. RGB value is (249,22,114). Sum of RGB (Red+Green+Blue) = 249+22+114=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F91672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91672 is #06E98D. Grayscale: #646464. Windows color (decimal): -453006 or 7476985. OLE color: 7476985.

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

Color convert

RGB 249 22 114 -
CMYK 0 0.91 0.54 0.02
HSL 335.68º 0.95% 0.53% -
HSV(B) 335.68º 0.91% 0.98% -
XYZ 42.39 21.93 17.92 -
YUV 100.36 135.71 234.02 -
System Red Green Blue C M Y K H S L
Decimal 249 22 114 0 0.91 0.54 0.02 335.68 0.95 0.53
Hex F9 16 72 0 5B 36 2 150 5F 35
Octal 371 26 162 0 133 66 2 520 137 65
Binary 11111001 10110 1110010 0 1011011 110110 10 101010000 1011111 110101

Color Harmonies of #F91672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91672

Black with #F91672

Text Example


Text Example

White with #F91672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91672; }

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

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

background-color css

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

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

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

border-color css

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

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

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