Html Css Color HEX #F61A62 Ruby

📋 copy color: '#F61A62'

red 246 ◦ green 26 ◦ blue 98

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

Shades of Ruby #F61A62

Tints of Ruby #F61A62

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.03%

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

R = 66.49%
G = 7.03%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F61A62 (or 0xF61A62) is known color: Ruby. HEX triplet: F6, 1A and 62. RGB value is (246,26,98). Sum of RGB (Red+Green+Blue) = 246+26+98=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F61A62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61A62 is #09E59D. Grayscale: #636363. Windows color (decimal): -648606 or 6429430. OLE color: 6429430.

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

Color convert

RGB 246 26 98 -
CMYK 0 0.89 0.60 0.04
HSL 340.36º 0.92% 0.53% -
HSV(B) 340.36º 0.89% 0.96% -
XYZ 40.58 21.21 13.51 -
YUV 99.99 126.89 232.15 -
System Red Green Blue C M Y K H S L
Decimal 246 26 98 0 0.89 0.60 0.04 340.36 0.92 0.53
Hex F6 1A 62 0 59 3C 4 154 5C 35
Octal 366 32 142 0 131 74 4 524 134 65
Binary 11110110 11010 1100010 0 1011001 111100 100 101010100 1011100 110101

Color Harmonies of #F61A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61A62

Black with #F61A62

Text Example


Text Example

White with #F61A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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