Html Css Color HEX #F51369 Ruby

📋 copy color: '#F51369'

red 245 ◦ green 19 ◦ blue 105

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

Shades of Ruby #F51369

Tints of Ruby #F51369

RGB

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

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

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

R = 66.4%
G = 5.15%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F51369 (or 0xF51369) is known color: Ruby. HEX triplet: F5, 13 and 69. RGB value is (245,19,105). Sum of RGB (Red+Green+Blue) = 245+19+105=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F51369 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51369 is #0AEC96. Grayscale: #606060. Windows color (decimal): -715927 or 6886389. OLE color: 6886389.

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

Color convert

RGB 245 19 105 -
CMYK 0 0.92 0.57 0.04
HSL 337.17º 0.92% 0.52% -
HSV(B) 337.17º 0.92% 0.96% -
XYZ 40.44 20.9 15.27 -
YUV 96.38 132.87 234.01 -
System Red Green Blue C M Y K H S L
Decimal 245 19 105 0 0.92 0.57 0.04 337.17 0.92 0.52
Hex F5 13 69 0 5C 39 4 151 5C 34
Octal 365 23 151 0 134 71 4 521 134 64
Binary 11110101 10011 1101001 0 1011100 111001 100 101010001 1011100 110100

Color Harmonies of #F51369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51369

Black with #F51369

Text Example


Text Example

White with #F51369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51369; }

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

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

background-color css

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

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

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

border-color css

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

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

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