Html Css Color HEX #F9156F Ruby

📋 copy color: '#F9156F'

red 249 ◦ green 21 ◦ blue 111

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

Shades of Ruby #F9156F

Tints of Ruby #F9156F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.51%

 BLUE value IS 111 (43.75% from 255) = 29.13%

R = 65.35%
G = 5.51%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9156F (or 0xF9156F) is known color: Ruby. HEX triplet: F9, 15 and 6F. RGB value is (249,21,111). Sum of RGB (Red+Green+Blue) = 249+21+111=381 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.35% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 249 - color contains mainly: red. Hex color #F9156F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9156F is #06EA90. Grayscale: #636363. Windows color (decimal): -453265 or 7280121. OLE color: 7280121.

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

Color convert

RGB 249 21 111 -
CMYK 0 0.92 0.55 0.02
HSL 336.32º 0.95% 0.53% -
HSV(B) 336.32º 0.92% 0.98% -
XYZ 42.2 21.82 17.03 -
YUV 99.43 134.54 234.68 -
System Red Green Blue C M Y K H S L
Decimal 249 21 111 0 0.92 0.55 0.02 336.32 0.95 0.53
Hex F9 15 6F 0 5C 37 2 150 5F 35
Octal 371 25 157 0 134 67 2 520 137 65
Binary 11111001 10101 1101111 0 1011100 110111 10 101010000 1011111 110101

Color Harmonies of #F9156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9156F

Black with #F9156F

Text Example


Text Example

White with #F9156F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9156F; }

 p { color: rgb(249,21,111); }

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

background-color css

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

 a { background-color: rgb(249,21,111); }

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

border-color css

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

 span { border-color: rgb(249,21,111); }

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