Html Css Color HEX #F91972 Ruby

📋 copy color: '#F91972'

red 249 ◦ green 25 ◦ blue 114

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

Shades of Ruby #F91972

Tints of Ruby #F91972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.44%

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

R = 64.18%
G = 6.44%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F91972 (or 0xF91972) is known color: Ruby. HEX triplet: F9, 19 and 72. RGB value is (249,25,114). Sum of RGB (Red+Green+Blue) = 249+25+114=388 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.18% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 249 - color contains mainly: red. Hex color #F91972 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91972 is #06E68D. Grayscale: #656565. Windows color (decimal): -452238 or 7477753. OLE color: 7477753.

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

Color convert

RGB 249 25 114 -
CMYK 0 0.90 0.54 0.02
HSL 336.16º 0.95% 0.54% -
HSV(B) 336.16º 0.9% 0.98% -
XYZ 42.45 22.05 17.94 -
YUV 102.12 134.71 232.76 -
System Red Green Blue C M Y K H S L
Decimal 249 25 114 0 0.90 0.54 0.02 336.16 0.95 0.54
Hex F9 19 72 0 5A 36 2 150 5F 36
Octal 371 31 162 0 132 66 2 520 137 66
Binary 11111001 11001 1110010 0 1011010 110110 10 101010000 1011111 110110

Color Harmonies of #F91972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91972

Black with #F91972

Text Example


Text Example

White with #F91972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91972; }

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

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

background-color css

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

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

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

border-color css

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

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

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