Html Css Color HEX #F61569 Ruby

📋 copy color: '#F61569'

red 246 ◦ green 21 ◦ blue 105

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

Shades of Ruby #F61569

Tints of Ruby #F61569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.65%

 BLUE value IS 105 (41.41% from 255) = 28.23%

R = 66.13%
G = 5.65%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F61569 (or 0xF61569) is known color: Ruby. HEX triplet: F6, 15 and 69. RGB value is (246,21,105). Sum of RGB (Red+Green+Blue) = 246+21+105=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F61569 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61569 is #09EA96. Grayscale: #616161. Windows color (decimal): -649879 or 6886902. OLE color: 6886902.

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

Color convert

RGB 246 21 105 -
CMYK 0 0.91 0.57 0.04
HSL 337.6º 0.93% 0.52% -
HSV(B) 337.6º 0.91% 0.96% -
XYZ 40.82 21.15 15.3 -
YUV 97.85 132.04 233.67 -
System Red Green Blue C M Y K H S L
Decimal 246 21 105 0 0.91 0.57 0.04 337.6 0.93 0.52
Hex F6 15 69 0 5B 39 4 152 5D 34
Octal 366 25 151 0 133 71 4 522 135 64
Binary 11110110 10101 1101001 0 1011011 111001 100 101010010 1011101 110100

Color Harmonies of #F61569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61569

Black with #F61569

Text Example


Text Example

White with #F61569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61569; }

 p { color: rgb(246,21,105); }

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

background-color css

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

 a { background-color: rgb(246,21,105); }

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

border-color css

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

 span { border-color: rgb(246,21,105); }

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