Html Css Color HEX #F51468 Ruby

📋 copy color: '#F51468'

red 245 ◦ green 20 ◦ blue 104

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

Shades of Ruby #F51468

Tints of Ruby #F51468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.18%

R = 66.4%
G = 5.42%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F51468 (or 0xF51468) is known color: Ruby. HEX triplet: F5, 14 and 68. RGB value is (245,20,104). Sum of RGB (Red+Green+Blue) = 245+20+104=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F51468 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51468 is #0AEB97. Grayscale: #606060. Windows color (decimal): -715672 or 6821109. OLE color: 6821109.

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

Color convert

RGB 245 20 104 -
CMYK 0 0.92 0.58 0.04
HSL 337.6º 0.92% 0.52% -
HSV(B) 337.6º 0.92% 0.96% -
XYZ 40.41 20.91 15 -
YUV 96.85 132.04 233.67 -
System Red Green Blue C M Y K H S L
Decimal 245 20 104 0 0.92 0.58 0.04 337.6 0.92 0.52
Hex F5 14 68 0 5C 3A 4 152 5C 34
Octal 365 24 150 0 134 72 4 522 134 64
Binary 11110101 10100 1101000 0 1011100 111010 100 101010010 1011100 110100

Color Harmonies of #F51468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51468

Black with #F51468

Text Example


Text Example

White with #F51468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51468; }

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

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

background-color css

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

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

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

border-color css

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

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

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