Html Css Color HEX #F91B68 Ruby

📋 copy color: '#F91B68'

red 249 ◦ green 27 ◦ blue 104

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

Shades of Ruby #F91B68

Tints of Ruby #F91B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.37%

R = 65.53%
G = 7.11%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F91B68 (or 0xF91B68) is known color: Ruby. HEX triplet: F9, 1B and 68. RGB value is (249,27,104). Sum of RGB (Red+Green+Blue) = 249+27+104=380 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.53% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91B68 is #06E497. Grayscale: #666666. Windows color (decimal): -451736 or 6822905. OLE color: 6822905.

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

Color convert

RGB 249 27 104 -
CMYK 0 0.89 0.58 0.02
HSL 339.19º 0.95% 0.54% -
HSV(B) 339.19º 0.89% 0.98% -
XYZ 41.96 21.92 15.12 -
YUV 102.16 129.05 232.74 -
System Red Green Blue C M Y K H S L
Decimal 249 27 104 0 0.89 0.58 0.02 339.19 0.95 0.54
Hex F9 1B 68 0 59 3A 2 153 5F 36
Octal 371 33 150 0 131 72 2 523 137 66
Binary 11111001 11011 1101000 0 1011001 111010 10 101010011 1011111 110110

Color Harmonies of #F91B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91B68

Black with #F91B68

Text Example


Text Example

White with #F91B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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