Html Css Color HEX #F61675 Ruby

📋 copy color: '#F61675'

red 246 ◦ green 22 ◦ blue 117

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

Shades of Ruby #F61675

Tints of Ruby #F61675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.71%

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

R = 63.9%
G = 5.71%
B = 30.39%

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

#F61675 (or 0xF61675) is known color: Ruby. HEX triplet: F6, 16 and 75. RGB value is (246,22,117). Sum of RGB (Red+Green+Blue) = 246+22+117=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F61675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61675 is #09E98A. Grayscale: #636363. Windows color (decimal): -649611 or 7673590. OLE color: 7673590.

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

Color convert

RGB 246 22 117 -
CMYK 0 0.91 0.52 0.04
HSL 334.55º 0.93% 0.53% -
HSV(B) 334.55º 0.91% 0.96% -
XYZ 41.5 21.45 18.78 -
YUV 99.81 137.71 232.28 -
System Red Green Blue C M Y K H S L
Decimal 246 22 117 0 0.91 0.52 0.04 334.55 0.93 0.53
Hex F6 16 75 0 5B 34 4 14F 5D 35
Octal 366 26 165 0 133 64 4 517 135 65
Binary 11110110 10110 1110101 0 1011011 110100 100 101001111 1011101 110101

Color Harmonies of #F61675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61675

Black with #F61675

Text Example


Text Example

White with #F61675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61675; }

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

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

background-color css

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

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

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

border-color css

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

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

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