Html Css Color HEX #F51569 Ruby

📋 copy color: '#F51569'

red 245 ◦ green 21 ◦ blue 105

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

Shades of Ruby #F51569

Tints of Ruby #F51569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.66%

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

R = 66.04%
G = 5.66%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F51569 (or 0xF51569) is known color: Ruby. HEX triplet: F5, 15 and 69. RGB value is (245,21,105). Sum of RGB (Red+Green+Blue) = 245+21+105=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F51569 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51569 is #0AEA96. Grayscale: #616161. Windows color (decimal): -715415 or 6886901. OLE color: 6886901.

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

Color convert

RGB 245 21 105 -
CMYK 0 0.91 0.57 0.04
HSL 337.5º 0.92% 0.52% -
HSV(B) 337.5º 0.91% 0.96% -
XYZ 40.47 20.97 15.28 -
YUV 97.55 132.21 233.17 -
System Red Green Blue C M Y K H S L
Decimal 245 21 105 0 0.91 0.57 0.04 337.5 0.92 0.52
Hex F5 15 69 0 5B 39 4 152 5C 34
Octal 365 25 151 0 133 71 4 522 134 64
Binary 11110101 10101 1101001 0 1011011 111001 100 101010010 1011100 110100

Color Harmonies of #F51569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51569

Black with #F51569

Text Example


Text Example

White with #F51569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51569; }

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

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

background-color css

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

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

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

border-color css

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

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

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