Html Css Color HEX #F61865 Ruby

📋 copy color: '#F61865'

red 246 ◦ green 24 ◦ blue 101

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

Shades of Ruby #F61865

Tints of Ruby #F61865

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.47%

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

R = 66.31%
G = 6.47%
B = 27.22%

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

#F61865 (or 0xF61865) is known color: Ruby. HEX triplet: F6, 18 and 65. RGB value is (246,24,101). Sum of RGB (Red+Green+Blue) = 246+24+101=371 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.31% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 246 - color contains mainly: red. Hex color #F61865 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61865 is #09E79A. Grayscale: #636363. Windows color (decimal): -649115 or 6625526. OLE color: 6625526.

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

Color convert

RGB 246 24 101 -
CMYK 0 0.90 0.59 0.04
HSL 339.19º 0.93% 0.53% -
HSV(B) 339.19º 0.9% 0.96% -
XYZ 40.68 21.19 14.26 -
YUV 99.16 129.05 232.74 -
System Red Green Blue C M Y K H S L
Decimal 246 24 101 0 0.90 0.59 0.04 339.19 0.93 0.53
Hex F6 18 65 0 5A 3B 4 153 5C 35
Octal 366 30 145 0 132 73 4 523 134 65
Binary 11110110 11000 1100101 0 1011010 111011 100 101010011 1011100 110101

Color Harmonies of #F61865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61865

Black with #F61865

Text Example


Text Example

White with #F61865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61865; }

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

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

background-color css

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

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

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

border-color css

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

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

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