Html Css Color HEX #F51F68 Ruby

📋 copy color: '#F51F68'

red 245 ◦ green 31 ◦ blue 104

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

Shades of Ruby #F51F68

Tints of Ruby #F51F68

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.16%

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

R = 64.47%
G = 8.16%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F51F68 (or 0xF51F68) is known color: Ruby. HEX triplet: F5, 1F and 68. RGB value is (245,31,104). Sum of RGB (Red+Green+Blue) = 245+31+104=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F51F68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51F68 is #0AE097. Grayscale: #676767. Windows color (decimal): -712856 or 6823925. OLE color: 6823925.

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

Color convert

RGB 245 31 104 -
CMYK 0 0.87 0.58 0.04
HSL 339.53º 0.91% 0.54% -
HSV(B) 339.53º 0.87% 0.96% -
XYZ 40.64 21.39 15.08 -
YUV 103.31 128.4 229.06 -
System Red Green Blue C M Y K H S L
Decimal 245 31 104 0 0.87 0.58 0.04 339.53 0.91 0.54
Hex F5 1F 68 0 57 3A 4 154 5B 36
Octal 365 37 150 0 127 72 4 524 133 66
Binary 11110101 11111 1101000 0 1010111 111010 100 101010100 1011011 110110

Color Harmonies of #F51F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51F68

Black with #F51F68

Text Example


Text Example

White with #F51F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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