Html Css Color HEX #F0116C Ruby

📋 copy color: '#F0116C'

red 240 ◦ green 17 ◦ blue 108

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

Shades of Ruby #F0116C

Tints of Ruby #F0116C

RGB

 RED value IS 240 (94.14% from 255) = 65.75%

 GREEN value IS 17 (7.03% from 255) = 4.66%

 BLUE value IS 108 (42.58% from 255) = 29.59%

R = 65.75%
G = 4.66%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0116C (or 0xF0116C) is known color: Ruby. HEX triplet: F0, 11 and 6C. RGB value is (240,17,108). Sum of RGB (Red+Green+Blue) = 240+17+108=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F0116C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0116C is #0FEE93. Grayscale: #5D5D5D. Windows color (decimal): -1044116 or 7082480. OLE color: 7082480.

HSL color Cylindrical-coordinate representation of color #F0116C: hue angle of 335.52º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0116C is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 17 108 -
CMYK 0 0.93 0.55 0.06
HSL 335.52º 0.88% 0.5% -
HSV(B) 335.52º 0.93% 0.94% -
XYZ 38.84 20.01 16 -
YUV 94.05 135.88 232.1 -
System Red Green Blue C M Y K H S L
Decimal 240 17 108 0 0.93 0.55 0.06 335.52 0.88 0.5
Hex F0 11 6C 0 5D 37 6 150 58 32
Octal 360 21 154 0 135 67 6 520 130 62
Binary 11110000 10001 1101100 0 1011101 110111 110 101010000 1011000 110010

Color Harmonies of #F0116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0116C

Black with #F0116C

Text Example


Text Example

White with #F0116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0116C; }

 p { color: rgb(240,17,108); }

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

background-color css

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

 a { background-color: rgb(240,17,108); }

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

border-color css

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

 span { border-color: rgb(240,17,108); }

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