Html Css Color HEX #F61F75 Ruby

📋 copy color: '#F61F75'

red 246 ◦ green 31 ◦ blue 117

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

Shades of Ruby #F61F75

Tints of Ruby #F61F75

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.87%

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

R = 62.44%
G = 7.87%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F61F75 (or 0xF61F75) is known color: Ruby. HEX triplet: F6, 1F and 75. RGB value is (246,31,117). Sum of RGB (Red+Green+Blue) = 246+31+117=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61F75 is #09E08A. Grayscale: #686868. Windows color (decimal): -647307 or 7675894. OLE color: 7675894.

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

Color convert

RGB 246 31 117 -
CMYK 0 0.87 0.52 0.04
HSL 336º 0.92% 0.54% -
HSV(B) 336º 0.87% 0.96% -
XYZ 41.71 21.86 18.85 -
YUV 105.09 134.73 228.51 -
System Red Green Blue C M Y K H S L
Decimal 246 31 117 0 0.87 0.52 0.04 336 0.92 0.54
Hex F6 1F 75 0 57 34 4 150 5C 36
Octal 366 37 165 0 127 64 4 520 134 66
Binary 11110110 11111 1110101 0 1010111 110100 100 101010000 1011100 110110

Color Harmonies of #F61F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61F75

Black with #F61F75

Text Example


Text Example

White with #F61F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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