Html Css Color HEX #F61965 Ruby

📋 copy color: '#F61965'

red 246 ◦ green 25 ◦ blue 101

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

Shades of Ruby #F61965

Tints of Ruby #F61965

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.72%

 BLUE value IS 101 (39.84% from 255) = 27.15%

R = 66.13%
G = 6.72%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F61965 (or 0xF61965) is known color: Ruby. HEX triplet: F6, 19 and 65. RGB value is (246,25,101). Sum of RGB (Red+Green+Blue) = 246+25+101=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F61965 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61965 is #09E69A. Grayscale: #636363. Windows color (decimal): -648859 or 6625782. OLE color: 6625782.

HSL color Cylindrical-coordinate representation of color #F61965: hue angle of 339.37º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F61965 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 25 101 -
CMYK 0 0.90 0.59 0.04
HSL 339.37º 0.92% 0.53% -
HSV(B) 339.37º 0.9% 0.96% -
XYZ 40.7 21.23 14.26 -
YUV 99.74 128.72 232.32 -
System Red Green Blue C M Y K H S L
Decimal 246 25 101 0 0.90 0.59 0.04 339.37 0.92 0.53
Hex F6 19 65 0 5A 3B 4 153 5C 35
Octal 366 31 145 0 132 73 4 523 134 65
Binary 11110110 11001 1100101 0 1011010 111011 100 101010011 1011100 110101

Color Harmonies of #F61965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61965

Black with #F61965

Text Example


Text Example

White with #F61965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61965; }

 p { color: rgb(246,25,101); }

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

background-color css

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

 a { background-color: rgb(246,25,101); }

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

border-color css

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

 span { border-color: rgb(246,25,101); }

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