Html Css Color HEX #F51269 Ruby

📋 copy color: '#F51269'

red 245 ◦ green 18 ◦ blue 105

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

Shades of Ruby #F51269

Tints of Ruby #F51269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.53%

R = 66.58%
G = 4.89%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F51269 (or 0xF51269) is known color: Ruby. HEX triplet: F5, 12 and 69. RGB value is (245,18,105). Sum of RGB (Red+Green+Blue) = 245+18+105=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F51269 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51269 is #0AED96. Grayscale: #5F5F5F. Windows color (decimal): -716183 or 6886133. OLE color: 6886133.

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

Color convert

RGB 245 18 105 -
CMYK 0 0.93 0.57 0.04
HSL 337º 0.92% 0.52% -
HSV(B) 337º 0.93% 0.96% -
XYZ 40.42 20.87 15.26 -
YUV 95.79 133.21 234.43 -
System Red Green Blue C M Y K H S L
Decimal 245 18 105 0 0.93 0.57 0.04 337 0.92 0.52
Hex F5 12 69 0 5D 39 4 151 5C 34
Octal 365 22 151 0 135 71 4 521 134 64
Binary 11110101 10010 1101001 0 1011101 111001 100 101010001 1011100 110100

Color Harmonies of #F51269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51269

Black with #F51269

Text Example


Text Example

White with #F51269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51269; }

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

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

background-color css

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

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

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

border-color css

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

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

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