Html Css Color HEX #F61565 Ruby

📋 copy color: '#F61565'

red 246 ◦ green 21 ◦ blue 101

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

Shades of Ruby #F61565

Tints of Ruby #F61565

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.71%

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

R = 66.85%
G = 5.71%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F61565 (or 0xF61565) is known color: Ruby. HEX triplet: F6, 15 and 65. RGB value is (246,21,101). Sum of RGB (Red+Green+Blue) = 246+21+101=368 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.85% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 246 - color contains mainly: red. Hex color #F61565 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61565 is #09EA9A. Grayscale: #616161. Windows color (decimal): -649883 or 6624758. OLE color: 6624758.

HSL color Cylindrical-coordinate representation of color #F61565: hue angle of 338.67º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61565 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 21 101 -
CMYK 0 0.91 0.59 0.04
HSL 338.67º 0.93% 0.52% -
HSV(B) 338.67º 0.91% 0.96% -
XYZ 40.62 21.07 14.24 -
YUV 97.4 130.04 234 -
System Red Green Blue C M Y K H S L
Decimal 246 21 101 0 0.91 0.59 0.04 338.67 0.93 0.52
Hex F6 15 65 0 5B 3B 4 153 5D 34
Octal 366 25 145 0 133 73 4 523 135 64
Binary 11110110 10101 1100101 0 1011011 111011 100 101010011 1011101 110100

Color Harmonies of #F61565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61565

Black with #F61565

Text Example


Text Example

White with #F61565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61565; }

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

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

background-color css

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

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

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

border-color css

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

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

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