Html Css Color HEX #F61F67 Ruby

📋 copy color: '#F61F67'

red 246 ◦ green 31 ◦ blue 103

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

Shades of Ruby #F61F67

Tints of Ruby #F61F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.11%

R = 64.74%
G = 8.16%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F61F67 (or 0xF61F67) is known color: Ruby. HEX triplet: F6, 1F and 67. RGB value is (246,31,103). Sum of RGB (Red+Green+Blue) = 246+31+103=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61F67 is #09E098. Grayscale: #676767. Windows color (decimal): -647321 or 6758390. OLE color: 6758390.

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

Color convert

RGB 246 31 103 -
CMYK 0 0.87 0.58 0.04
HSL 339.91º 0.92% 0.54% -
HSV(B) 339.91º 0.87% 0.96% -
XYZ 40.94 21.55 14.83 -
YUV 103.49 127.73 229.65 -
System Red Green Blue C M Y K H S L
Decimal 246 31 103 0 0.87 0.58 0.04 339.91 0.92 0.54
Hex F6 1F 67 0 57 3A 4 154 5C 36
Octal 366 37 147 0 127 72 4 524 134 66
Binary 11110110 11111 1100111 0 1010111 111010 100 101010100 1011100 110110

Color Harmonies of #F61F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61F67

Black with #F61F67

Text Example


Text Example

White with #F61F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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