Html Css Color HEX #F51D68 Ruby

📋 copy color: '#F51D68'

red 245 ◦ green 29 ◦ blue 104

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

Shades of Ruby #F51D68

Tints of Ruby #F51D68

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.67%

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

R = 64.81%
G = 7.67%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F51D68 (or 0xF51D68) is known color: Ruby. HEX triplet: F5, 1D and 68. RGB value is (245,29,104). Sum of RGB (Red+Green+Blue) = 245+29+104=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F51D68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51D68 is #0AE297. Grayscale: #666666. Windows color (decimal): -713368 or 6823413. OLE color: 6823413.

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

Color convert

RGB 245 29 104 -
CMYK 0 0.88 0.58 0.04
HSL 339.17º 0.92% 0.54% -
HSV(B) 339.17º 0.88% 0.96% -
XYZ 40.59 21.29 15.07 -
YUV 102.13 129.06 229.9 -
System Red Green Blue C M Y K H S L
Decimal 245 29 104 0 0.88 0.58 0.04 339.17 0.92 0.54
Hex F5 1D 68 0 58 3A 4 153 5C 36
Octal 365 35 150 0 130 72 4 523 134 66
Binary 11110101 11101 1101000 0 1011000 111010 100 101010011 1011100 110110

Color Harmonies of #F51D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51D68

Black with #F51D68

Text Example


Text Example

White with #F51D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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