Html Css Color HEX #F51E6A Ruby

📋 copy color: '#F51E6A'

red 245 ◦ green 30 ◦ blue 106

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

Shades of Ruby #F51E6A

Tints of Ruby #F51E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.82%

R = 64.3%
G = 7.87%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F51E6A (or 0xF51E6A) is known color: Ruby. HEX triplet: F5, 1E and 6A. RGB value is (245,30,106). Sum of RGB (Red+Green+Blue) = 245+30+106=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51E6A is #0AE195. Grayscale: #666666. Windows color (decimal): -713110 or 6954741. OLE color: 6954741.

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

Color convert

RGB 245 30 106 -
CMYK 0 0.88 0.57 0.04
HSL 338.79º 0.91% 0.54% -
HSV(B) 338.79º 0.88% 0.96% -
XYZ 40.72 21.38 15.62 -
YUV 102.95 129.73 229.32 -
System Red Green Blue C M Y K H S L
Decimal 245 30 106 0 0.88 0.57 0.04 338.79 0.91 0.54
Hex F5 1E 6A 0 58 39 4 153 5B 36
Octal 365 36 152 0 130 71 4 523 133 66
Binary 11110101 11110 1101010 0 1011000 111001 100 101010011 1011011 110110

Color Harmonies of #F51E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51E6A

Black with #F51E6A

Text Example


Text Example

White with #F51E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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