Html Css Color HEX #F91A68 Ruby

📋 copy color: '#F91A68'

red 249 ◦ green 26 ◦ blue 104

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

Shades of Ruby #F91A68

Tints of Ruby #F91A68

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.86%

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

R = 65.7%
G = 6.86%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F91A68 (or 0xF91A68) is known color: Ruby. HEX triplet: F9, 1A and 68. RGB value is (249,26,104). Sum of RGB (Red+Green+Blue) = 249+26+104=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91A68 is #06E597. Grayscale: #656565. Windows color (decimal): -451992 or 6822649. OLE color: 6822649.

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

Color convert

RGB 249 26 104 -
CMYK 0 0.90 0.58 0.02
HSL 339.01º 0.95% 0.54% -
HSV(B) 339.01º 0.9% 0.98% -
XYZ 41.94 21.88 15.11 -
YUV 101.57 129.38 233.16 -
System Red Green Blue C M Y K H S L
Decimal 249 26 104 0 0.90 0.58 0.02 339.01 0.95 0.54
Hex F9 1A 68 0 5A 3A 2 153 5F 36
Octal 371 32 150 0 132 72 2 523 137 66
Binary 11111001 11010 1101000 0 1011010 111010 10 101010011 1011111 110110

Color Harmonies of #F91A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91A68

Black with #F91A68

Text Example


Text Example

White with #F91A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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