Html Css Color HEX #F61575 Ruby

📋 copy color: '#F61575'

red 246 ◦ green 21 ◦ blue 117

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

Shades of Ruby #F61575

Tints of Ruby #F61575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.47%

R = 64.06%
G = 5.47%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F61575 (or 0xF61575) is known color: Ruby. HEX triplet: F6, 15 and 75. RGB value is (246,21,117). Sum of RGB (Red+Green+Blue) = 246+21+117=384 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.06% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 246 - color contains mainly: red. Hex color #F61575 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61575 is #09EA8A. Grayscale: #636363. Windows color (decimal): -649867 or 7673334. OLE color: 7673334.

HSL color Cylindrical-coordinate representation of color #F61575: hue angle of 334.4º 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 #F61575 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 21 117 -
CMYK 0 0.91 0.52 0.04
HSL 334.4º 0.93% 0.52% -
HSV(B) 334.4º 0.91% 0.96% -
XYZ 41.49 21.41 18.78 -
YUV 99.22 138.04 232.69 -
System Red Green Blue C M Y K H S L
Decimal 246 21 117 0 0.91 0.52 0.04 334.4 0.93 0.52
Hex F6 15 75 0 5B 34 4 14E 5D 34
Octal 366 25 165 0 133 64 4 516 135 64
Binary 11110110 10101 1110101 0 1011011 110100 100 101001110 1011101 110100

Color Harmonies of #F61575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61575

Black with #F61575

Text Example


Text Example

White with #F61575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61575; }

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

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

background-color css

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

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

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

border-color css

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

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

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