Html Css Color HEX #F61A5C Ruby

📋 copy color: '#F61A5C'

red 246 ◦ green 26 ◦ blue 92

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

Shades of Ruby #F61A5C

Tints of Ruby #F61A5C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.14%

 BLUE value IS 92 (36.33% from 255) = 25.27%

R = 67.58%
G = 7.14%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F61A5C (or 0xF61A5C) is known color: Ruby. HEX triplet: F6, 1A and 5C. RGB value is (246,26,92). Sum of RGB (Red+Green+Blue) = 246+26+92=364 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.58% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 246 - color contains mainly: red. Hex color #F61A5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61A5C is #09E5A3. Grayscale: #636363. Windows color (decimal): -648612 or 6036214. OLE color: 6036214.

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

Color convert

RGB 246 26 92 -
CMYK 0 0.89 0.63 0.04
HSL 342º 0.92% 0.53% -
HSV(B) 342º 0.89% 0.96% -
XYZ 40.31 21.1 12.07 -
YUV 99.3 123.89 232.63 -
System Red Green Blue C M Y K H S L
Decimal 246 26 92 0 0.89 0.63 0.04 342 0.92 0.53
Hex F6 1A 5C 0 59 3F 4 156 5C 35
Octal 366 32 134 0 131 77 4 526 134 65
Binary 11110110 11010 1011100 0 1011001 111111 100 101010110 1011100 110101

Color Harmonies of #F61A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61A5C

Black with #F61A5C

Text Example


Text Example

White with #F61A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61A5C; }

 p { color: rgb(246,26,92); }

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

background-color css

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

 a { background-color: rgb(246,26,92); }

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

border-color css

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

 span { border-color: rgb(246,26,92); }

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