Html Css Color HEX #F51469 Ruby

📋 copy color: '#F51469'

red 245 ◦ green 20 ◦ blue 105

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

Shades of Ruby #F51469

Tints of Ruby #F51469

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.41%

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

R = 66.22%
G = 5.41%
B = 28.38%

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

#F51469 (or 0xF51469) is known color: Ruby. HEX triplet: F5, 14 and 69. RGB value is (245,20,105). Sum of RGB (Red+Green+Blue) = 245+20+105=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F51469 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51469 is #0AEB96. Grayscale: #606060. Windows color (decimal): -715671 or 6886645. OLE color: 6886645.

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

Color convert

RGB 245 20 105 -
CMYK 0 0.92 0.57 0.04
HSL 337.33º 0.92% 0.52% -
HSV(B) 337.33º 0.92% 0.96% -
XYZ 40.46 20.93 15.27 -
YUV 96.97 132.54 233.59 -
System Red Green Blue C M Y K H S L
Decimal 245 20 105 0 0.92 0.57 0.04 337.33 0.92 0.52
Hex F5 14 69 0 5C 39 4 151 5C 34
Octal 365 24 151 0 134 71 4 521 134 64
Binary 11110101 10100 1101001 0 1011100 111001 100 101010001 1011100 110100

Color Harmonies of #F51469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51469

Black with #F51469

Text Example


Text Example

White with #F51469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51469; }

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

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

background-color css

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

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

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

border-color css

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

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

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