Html Css Color HEX #F5136E Ruby

📋 copy color: '#F5136E'

red 245 ◦ green 19 ◦ blue 110

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

Shades of Ruby #F5136E

Tints of Ruby #F5136E

RGB

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

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

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

R = 65.51%
G = 5.08%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5136E (or 0xF5136E) is known color: Ruby. HEX triplet: F5, 13 and 6E. RGB value is (245,19,110). Sum of RGB (Red+Green+Blue) = 245+19+110=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F5136E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5136E is #0AEC91. Grayscale: #606060. Windows color (decimal): -715922 or 7214069. OLE color: 7214069.

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

Color convert

RGB 245 19 110 -
CMYK 0 0.92 0.55 0.04
HSL 335.84º 0.92% 0.52% -
HSV(B) 335.84º 0.92% 0.96% -
XYZ 40.7 21 16.66 -
YUV 96.95 135.37 233.6 -
System Red Green Blue C M Y K H S L
Decimal 245 19 110 0 0.92 0.55 0.04 335.84 0.92 0.52
Hex F5 13 6E 0 5C 37 4 150 5C 34
Octal 365 23 156 0 134 67 4 520 134 64
Binary 11110101 10011 1101110 0 1011100 110111 100 101010000 1011100 110100

Color Harmonies of #F5136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5136E

Black with #F5136E

Text Example


Text Example

White with #F5136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5136E; }

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

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

background-color css

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

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

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

border-color css

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

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

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