Html Css Color HEX #F5156E Ruby

📋 copy color: '#F5156E'

red 245 ◦ green 21 ◦ blue 110

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

Shades of Ruby #F5156E

Tints of Ruby #F5156E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.26%

R = 65.16%
G = 5.59%
B = 29.26%

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

#F5156E (or 0xF5156E) is known color: Ruby. HEX triplet: F5, 15 and 6E. RGB value is (245,21,110). Sum of RGB (Red+Green+Blue) = 245+21+110=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F5156E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5156E is #0AEA91. Grayscale: #616161. Windows color (decimal): -715410 or 7214581. OLE color: 7214581.

HSL color Cylindrical-coordinate representation of color #F5156E: hue angle of 336.16º 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 #F5156E is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 21 110 -
CMYK 0 0.91 0.55 0.04
HSL 336.16º 0.92% 0.52% -
HSV(B) 336.16º 0.91% 0.96% -
XYZ 40.74 21.07 16.67 -
YUV 98.12 134.71 232.76 -
System Red Green Blue C M Y K H S L
Decimal 245 21 110 0 0.91 0.55 0.04 336.16 0.92 0.52
Hex F5 15 6E 0 5B 37 4 150 5C 34
Octal 365 25 156 0 133 67 4 520 134 64
Binary 11110101 10101 1101110 0 1011011 110111 100 101010000 1011100 110100

Color Harmonies of #F5156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5156E

Black with #F5156E

Text Example


Text Example

White with #F5156E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5156E; }

 p { color: rgb(245,21,110); }

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

background-color css

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

 a { background-color: rgb(245,21,110); }

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

border-color css

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

 span { border-color: rgb(245,21,110); }

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