Html Css Color HEX #F61E6A Ruby

📋 copy color: '#F61E6A'

red 246 ◦ green 30 ◦ blue 106

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

Shades of Ruby #F61E6A

Tints of Ruby #F61E6A

RGB

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

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

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

R = 64.4%
G = 7.85%
B = 27.75%

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

#F61E6A (or 0xF61E6A) is known color: Ruby. HEX triplet: F6, 1E and 6A. RGB value is (246,30,106). Sum of RGB (Red+Green+Blue) = 246+30+106=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61E6A is #09E195. Grayscale: #676767. Windows color (decimal): -647574 or 6954742. OLE color: 6954742.

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

Color convert

RGB 246 30 106 -
CMYK 0 0.88 0.57 0.04
HSL 338.89º 0.92% 0.54% -
HSV(B) 338.89º 0.88% 0.96% -
XYZ 41.07 21.56 15.63 -
YUV 103.25 129.56 229.82 -
System Red Green Blue C M Y K H S L
Decimal 246 30 106 0 0.88 0.57 0.04 338.89 0.92 0.54
Hex F6 1E 6A 0 58 39 4 153 5C 36
Octal 366 36 152 0 130 71 4 523 134 66
Binary 11110110 11110 1101010 0 1011000 111001 100 101010011 1011100 110110

Color Harmonies of #F61E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61E6A

Black with #F61E6A

Text Example


Text Example

White with #F61E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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