Html Css Color HEX #F5126B Ruby

📋 copy color: '#F5126B'

red 245 ◦ green 18 ◦ blue 107

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

Shades of Ruby #F5126B

Tints of Ruby #F5126B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.86%

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

R = 66.22%
G = 4.86%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5126B (or 0xF5126B) is known color: Ruby. HEX triplet: F5, 12 and 6B. RGB value is (245,18,107). Sum of RGB (Red+Green+Blue) = 245+18+107=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F5126B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5126B is #0AED94. Grayscale: #5F5F5F. Windows color (decimal): -716181 or 7017205. OLE color: 7017205.

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

Color convert

RGB 245 18 107 -
CMYK 0 0.93 0.56 0.04
HSL 336.48º 0.92% 0.52% -
HSV(B) 336.48º 0.93% 0.96% -
XYZ 40.53 20.91 15.81 -
YUV 96.02 134.21 234.26 -
System Red Green Blue C M Y K H S L
Decimal 245 18 107 0 0.93 0.56 0.04 336.48 0.92 0.52
Hex F5 12 6B 0 5D 38 4 150 5C 34
Octal 365 22 153 0 135 70 4 520 134 64
Binary 11110101 10010 1101011 0 1011101 111000 100 101010000 1011100 110100

Color Harmonies of #F5126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5126B

Black with #F5126B

Text Example


Text Example

White with #F5126B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5126B; }

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

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

background-color css

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

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

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

border-color css

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

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

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