Html Css Color HEX #F91C65 Ruby

📋 copy color: '#F91C65'

red 249 ◦ green 28 ◦ blue 101

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

Shades of Ruby #F91C65

Tints of Ruby #F91C65

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.41%

 BLUE value IS 101 (39.84% from 255) = 26.72%

R = 65.87%
G = 7.41%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F91C65 (or 0xF91C65) is known color: Ruby. HEX triplet: F9, 1C and 65. RGB value is (249,28,101). Sum of RGB (Red+Green+Blue) = 249+28+101=378 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.87% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91C65 is #06E39A. Grayscale: #666666. Windows color (decimal): -451483 or 6626553. OLE color: 6626553.

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

Color convert

RGB 249 28 101 -
CMYK 0 0.89 0.59 0.02
HSL 340.18º 0.95% 0.54% -
HSV(B) 340.18º 0.89% 0.98% -
XYZ 41.83 21.91 14.34 -
YUV 102.4 127.22 232.56 -
System Red Green Blue C M Y K H S L
Decimal 249 28 101 0 0.89 0.59 0.02 340.18 0.95 0.54
Hex F9 1C 65 0 59 3B 2 154 5F 36
Octal 371 34 145 0 131 73 2 524 137 66
Binary 11111001 11100 1100101 0 1011001 111011 10 101010100 1011111 110110

Color Harmonies of #F91C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91C65

Black with #F91C65

Text Example


Text Example

White with #F91C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91C65; }

 p { color: rgb(249,28,101); }

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

background-color css

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

 a { background-color: rgb(249,28,101); }

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

border-color css

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

 span { border-color: rgb(249,28,101); }

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