Html Css Color HEX #F61E68 Ruby

📋 copy color: '#F61E68'

red 246 ◦ green 30 ◦ blue 104

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

Shades of Ruby #F61E68

Tints of Ruby #F61E68

RGB

 RED value IS 246 (96.48% from 255) = 64.74%

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

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

R = 64.74%
G = 7.89%
B = 27.37%

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

#F61E68 (or 0xF61E68) is known color: Ruby. HEX triplet: F6, 1E and 68. RGB value is (246,30,104). Sum of RGB (Red+Green+Blue) = 246+30+104=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61E68 is #09E197. Grayscale: #666666. Windows color (decimal): -647576 or 6823670. OLE color: 6823670.

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

Color convert

RGB 246 30 104 -
CMYK 0 0.88 0.58 0.04
HSL 339.44º 0.92% 0.54% -
HSV(B) 339.44º 0.88% 0.96% -
XYZ 40.97 21.52 15.09 -
YUV 103.02 128.56 229.98 -
System Red Green Blue C M Y K H S L
Decimal 246 30 104 0 0.88 0.58 0.04 339.44 0.92 0.54
Hex F6 1E 68 0 58 3A 4 153 5C 36
Octal 366 36 150 0 130 72 4 523 134 66
Binary 11110110 11110 1101000 0 1011000 111010 100 101010011 1011100 110110

Color Harmonies of #F61E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61E68

Black with #F61E68

Text Example


Text Example

White with #F61E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61E68; }

 p { color: rgb(246,30,104); }

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

background-color css

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

 a { background-color: rgb(246,30,104); }

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

border-color css

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

 span { border-color: rgb(246,30,104); }

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