Html Css Color HEX #F5166F Ruby

📋 copy color: '#F5166F'

red 245 ◦ green 22 ◦ blue 111

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

Shades of Ruby #F5166F

Tints of Ruby #F5166F

RGB

 RED value IS 245 (96.09% from 255) = 64.81%

 GREEN value IS 22 (8.98% from 255) = 5.82%

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

R = 64.81%
G = 5.82%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5166F (or 0xF5166F) is known color: Ruby. HEX triplet: F5, 16 and 6F. RGB value is (245,22,111). Sum of RGB (Red+Green+Blue) = 245+22+111=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F5166F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5166F is #0AE990. Grayscale: #626262. Windows color (decimal): -715153 or 7280373. OLE color: 7280373.

HSL color Cylindrical-coordinate representation of color #F5166F: hue angle of 336.05º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5166F is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 22 111 -
CMYK 0 0.91 0.55 0.04
HSL 336.05º 0.92% 0.52% -
HSV(B) 336.05º 0.91% 0.96% -
XYZ 40.81 21.13 16.97 -
YUV 98.82 134.88 232.26 -
System Red Green Blue C M Y K H S L
Decimal 245 22 111 0 0.91 0.55 0.04 336.05 0.92 0.52
Hex F5 16 6F 0 5B 37 4 150 5C 34
Octal 365 26 157 0 133 67 4 520 134 64
Binary 11110101 10110 1101111 0 1011011 110111 100 101010000 1011100 110100

Color Harmonies of #F5166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5166F

Black with #F5166F

Text Example


Text Example

White with #F5166F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5166F; }

 p { color: rgb(245,22,111); }

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

background-color css

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

 a { background-color: rgb(245,22,111); }

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

border-color css

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

 span { border-color: rgb(245,22,111); }

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