Html Css Color HEX #F61C5D Ruby

📋 copy color: '#F61C5D'

red 246 ◦ green 28 ◦ blue 93

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

Shades of Ruby #F61C5D

Tints of Ruby #F61C5D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.63%

 BLUE value IS 93 (36.72% from 255) = 25.34%

R = 67.03%
G = 7.63%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F61C5D (or 0xF61C5D) is known color: Ruby. HEX triplet: F6, 1C and 5D. RGB value is (246,28,93). Sum of RGB (Red+Green+Blue) = 246+28+93=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61C5D is #09E3A2. Grayscale: #646464. Windows color (decimal): -648099 or 6102262. OLE color: 6102262.

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

Color convert

RGB 246 28 93 -
CMYK 0 0.89 0.62 0.04
HSL 342.11º 0.92% 0.54% -
HSV(B) 342.11º 0.89% 0.96% -
XYZ 40.4 21.21 12.32 -
YUV 100.59 123.72 231.71 -
System Red Green Blue C M Y K H S L
Decimal 246 28 93 0 0.89 0.62 0.04 342.11 0.92 0.54
Hex F6 1C 5D 0 59 3E 4 156 5C 36
Octal 366 34 135 0 131 76 4 526 134 66
Binary 11110110 11100 1011101 0 1011001 111110 100 101010110 1011100 110110

Color Harmonies of #F61C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61C5D

Black with #F61C5D

Text Example


Text Example

White with #F61C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61C5D; }

 p { color: rgb(246,28,93); }

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

background-color css

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

 a { background-color: rgb(246,28,93); }

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

border-color css

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

 span { border-color: rgb(246,28,93); }

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