Html Css Color HEX #F61E62 Ruby

📋 copy color: '#F61E62'

red 246 ◦ green 30 ◦ blue 98

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

Shades of Ruby #F61E62

Tints of Ruby #F61E62

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.02%

 BLUE value IS 98 (38.67% from 255) = 26.2%

R = 65.78%
G = 8.02%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F61E62 (or 0xF61E62) is known color: Ruby. HEX triplet: F6, 1E and 62. RGB value is (246,30,98). Sum of RGB (Red+Green+Blue) = 246+30+98=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61E62 is #09E19D. Grayscale: #666666. Windows color (decimal): -647582 or 6430454. OLE color: 6430454.

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

Color convert

RGB 246 30 98 -
CMYK 0 0.88 0.60 0.04
HSL 341.11º 0.92% 0.54% -
HSV(B) 341.11º 0.88% 0.96% -
XYZ 40.67 21.4 13.54 -
YUV 102.34 125.56 230.47 -
System Red Green Blue C M Y K H S L
Decimal 246 30 98 0 0.88 0.60 0.04 341.11 0.92 0.54
Hex F6 1E 62 0 58 3C 4 155 5C 36
Octal 366 36 142 0 130 74 4 525 134 66
Binary 11110110 11110 1100010 0 1011000 111100 100 101010101 1011100 110110

Color Harmonies of #F61E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61E62

Black with #F61E62

Text Example


Text Example

White with #F61E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61E62; }

 p { color: rgb(246,30,98); }

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

background-color css

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

 a { background-color: rgb(246,30,98); }

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

border-color css

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

 span { border-color: rgb(246,30,98); }

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