Html Css Color HEX #F61D5E Ruby

📋 copy color: '#F61D5E'

red 246 ◦ green 29 ◦ blue 94

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

Shades of Ruby #F61D5E

Tints of Ruby #F61D5E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.86%

 BLUE value IS 94 (37.11% from 255) = 25.47%

R = 66.67%
G = 7.86%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F61D5E (or 0xF61D5E) is known color: Ruby. HEX triplet: F6, 1D and 5E. RGB value is (246,29,94). Sum of RGB (Red+Green+Blue) = 246+29+94=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F61D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61D5E is #09E2A1. Grayscale: #656565. Windows color (decimal): -647842 or 6168054. OLE color: 6168054.

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

Color convert

RGB 246 29 94 -
CMYK 0 0.88 0.62 0.04
HSL 342.03º 0.92% 0.54% -
HSV(B) 342.03º 0.88% 0.96% -
XYZ 40.47 21.28 12.56 -
YUV 101.29 123.89 231.21 -
System Red Green Blue C M Y K H S L
Decimal 246 29 94 0 0.88 0.62 0.04 342.03 0.92 0.54
Hex F6 1D 5E 0 58 3E 4 156 5C 36
Octal 366 35 136 0 130 76 4 526 134 66
Binary 11110110 11101 1011110 0 1011000 111110 100 101010110 1011100 110110

Color Harmonies of #F61D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61D5E

Black with #F61D5E

Text Example


Text Example

White with #F61D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61D5E; }

 p { color: rgb(246,29,94); }

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

background-color css

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

 a { background-color: rgb(246,29,94); }

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

border-color css

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

 span { border-color: rgb(246,29,94); }

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