Html Css Color HEX #F5136B Ruby

📋 copy color: '#F5136B'

red 245 ◦ green 19 ◦ blue 107

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

Shades of Ruby #F5136B

Tints of Ruby #F5136B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.12%

 BLUE value IS 107 (42.19% from 255) = 28.84%

R = 66.04%
G = 5.12%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5136B (or 0xF5136B) is known color: Ruby. HEX triplet: F5, 13 and 6B. RGB value is (245,19,107). Sum of RGB (Red+Green+Blue) = 245+19+107=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F5136B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5136B is #0AEC94. Grayscale: #606060. Windows color (decimal): -715925 or 7017461. OLE color: 7017461.

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

Color convert

RGB 245 19 107 -
CMYK 0 0.92 0.56 0.04
HSL 336.64º 0.92% 0.52% -
HSV(B) 336.64º 0.92% 0.96% -
XYZ 40.54 20.94 15.81 -
YUV 96.61 133.87 233.84 -
System Red Green Blue C M Y K H S L
Decimal 245 19 107 0 0.92 0.56 0.04 336.64 0.92 0.52
Hex F5 13 6B 0 5C 38 4 151 5C 34
Octal 365 23 153 0 134 70 4 521 134 64
Binary 11110101 10011 1101011 0 1011100 111000 100 101010001 1011100 110100

Color Harmonies of #F5136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5136B

Black with #F5136B

Text Example


Text Example

White with #F5136B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5136B; }

 p { color: rgb(245,19,107); }

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

background-color css

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

 a { background-color: rgb(245,19,107); }

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

border-color css

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

 span { border-color: rgb(245,19,107); }

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