Html Css Color HEX #F6146E Ruby

📋 copy color: '#F6146E'

red 246 ◦ green 20 ◦ blue 110

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

Shades of Ruby #F6146E

Tints of Ruby #F6146E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.32%

 BLUE value IS 110 (43.36% from 255) = 29.26%

R = 65.43%
G = 5.32%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F6146E (or 0xF6146E) is known color: Ruby. HEX triplet: F6, 14 and 6E. RGB value is (246,20,110). Sum of RGB (Red+Green+Blue) = 246+20+110=376 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.43% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 246 - color contains mainly: red. Hex color #F6146E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6146E is #09EB91. Grayscale: #616161. Windows color (decimal): -650130 or 7214326. OLE color: 7214326.

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

Color convert

RGB 246 20 110 -
CMYK 0 0.92 0.55 0.04
HSL 336.11º 0.93% 0.52% -
HSV(B) 336.11º 0.92% 0.96% -
XYZ 41.07 21.22 16.68 -
YUV 97.83 134.87 233.68 -
System Red Green Blue C M Y K H S L
Decimal 246 20 110 0 0.92 0.55 0.04 336.11 0.93 0.52
Hex F6 14 6E 0 5C 37 4 150 5D 34
Octal 366 24 156 0 134 67 4 520 135 64
Binary 11110110 10100 1101110 0 1011100 110111 100 101010000 1011101 110100

Color Harmonies of #F6146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6146E

Black with #F6146E

Text Example


Text Example

White with #F6146E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6146E; }

 p { color: rgb(246,20,110); }

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

background-color css

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

 a { background-color: rgb(246,20,110); }

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

border-color css

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

 span { border-color: rgb(246,20,110); }

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