Html Css Color HEX #F51E6C Ruby

📋 copy color: '#F51E6C'

red 245 ◦ green 30 ◦ blue 108

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

Shades of Ruby #F51E6C

Tints of Ruby #F51E6C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.83%

 BLUE value IS 108 (42.58% from 255) = 28.2%

R = 63.97%
G = 7.83%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F51E6C (or 0xF51E6C) is known color: Ruby. HEX triplet: F5, 1E and 6C. RGB value is (245,30,108). Sum of RGB (Red+Green+Blue) = 245+30+108=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51E6C is #0AE193. Grayscale: #676767. Windows color (decimal): -713108 or 7085813. OLE color: 7085813.

HSL color Cylindrical-coordinate representation of color #F51E6C: hue angle of 338.23º degrees, saturation: 0.91, 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 #F51E6C is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 30 108 -
CMYK 0 0.88 0.56 0.04
HSL 338.23º 0.91% 0.54% -
HSV(B) 338.23º 0.88% 0.96% -
XYZ 40.83 21.42 16.17 -
YUV 103.18 130.73 229.16 -
System Red Green Blue C M Y K H S L
Decimal 245 30 108 0 0.88 0.56 0.04 338.23 0.91 0.54
Hex F5 1E 6C 0 58 38 4 152 5B 36
Octal 365 36 154 0 130 70 4 522 133 66
Binary 11110101 11110 1101100 0 1011000 111000 100 101010010 1011011 110110

Color Harmonies of #F51E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51E6C

Black with #F51E6C

Text Example


Text Example

White with #F51E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51E6C; }

 p { color: rgb(245,30,108); }

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

background-color css

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

 a { background-color: rgb(245,30,108); }

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

border-color css

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

 span { border-color: rgb(245,30,108); }

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