Html Css Color HEX #F91C6A Ruby

📋 copy color: '#F91C6A'

red 249 ◦ green 28 ◦ blue 106

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

Shades of Ruby #F91C6A

Tints of Ruby #F91C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.68%

R = 65.01%
G = 7.31%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F91C6A (or 0xF91C6A) is known color: Ruby. HEX triplet: F9, 1C and 6A. RGB value is (249,28,106). Sum of RGB (Red+Green+Blue) = 249+28+106=383 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.01% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91C6A is #06E395. Grayscale: #666666. Windows color (decimal): -451478 or 6954233. OLE color: 6954233.

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

Color convert

RGB 249 28 106 -
CMYK 0 0.89 0.57 0.02
HSL 338.82º 0.95% 0.54% -
HSV(B) 338.82º 0.89% 0.98% -
XYZ 42.08 22.01 15.67 -
YUV 102.97 129.72 232.16 -
System Red Green Blue C M Y K H S L
Decimal 249 28 106 0 0.89 0.57 0.02 338.82 0.95 0.54
Hex F9 1C 6A 0 59 39 2 153 5F 36
Octal 371 34 152 0 131 71 2 523 137 66
Binary 11111001 11100 1101010 0 1011001 111001 10 101010011 1011111 110110

Color Harmonies of #F91C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91C6A

Black with #F91C6A

Text Example


Text Example

White with #F91C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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