Html Css Color HEX #F61963 Ruby

📋 copy color: '#F61963'

red 246 ◦ green 25 ◦ blue 99

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

Shades of Ruby #F61963

Tints of Ruby #F61963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.76%

R = 66.49%
G = 6.76%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F61963 (or 0xF61963) is known color: Ruby. HEX triplet: F6, 19 and 63. RGB value is (246,25,99). Sum of RGB (Red+Green+Blue) = 246+25+99=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F61963 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61963 is #09E69C. Grayscale: #636363. Windows color (decimal): -648861 or 6494710. OLE color: 6494710.

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

Color convert

RGB 246 25 99 -
CMYK 0 0.90 0.60 0.04
HSL 339.91º 0.92% 0.53% -
HSV(B) 339.91º 0.9% 0.96% -
XYZ 40.61 21.19 13.75 -
YUV 99.52 127.72 232.48 -
System Red Green Blue C M Y K H S L
Decimal 246 25 99 0 0.90 0.60 0.04 339.91 0.92 0.53
Hex F6 19 63 0 5A 3C 4 154 5C 35
Octal 366 31 143 0 132 74 4 524 134 65
Binary 11110110 11001 1100011 0 1011010 111100 100 101010100 1011100 110101

Color Harmonies of #F61963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61963

Black with #F61963

Text Example


Text Example

White with #F61963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61963; }

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

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

background-color css

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

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

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

border-color css

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

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

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